Provisioning problem when running xCode 8.1 (Resolved)

ciprianz

  • Posts: 16
Hi,

I made like 5 games in Stencyl and everything worked fine. Now I have a new MacBook and I had to start putting all the certificates in order and I did it just like it said in Stencyl. Any game I make I get the same error: "No profiles for "mygame" were found. xCode couldn't find a provisioning file matching "mygame"." I installed the last version of Stencyl and xCode 8.1. I tried also with the last version of xCode, still the same issue.

PS: If I install xCode 7.3 everything works almost fine, the game compiles and works, it just receives and error: unable to locate developerdiskimage.
I attached the logs.

« Last Edit: March 08, 2017, 02:49:06 pm by ciprianz »

cabinfever

  • Posts: 159
Hi,
I was facing similar issues, after the whole OS upgrade.
http://community.stencyl.com/index.php/topic,50896.0.html

In the end, I got things working, when I created an empty Xcode game-project and that was using automatic signing.
I saw one additional application being created into developer.apple.com, but after that also the Stecyl builds started working.

colburt187

  • *
  • Posts: 2416
You could also try the Xcode fix on page 2 of this thread, you export the Xcode project with cause the team prove profile to be created, you then should be able to test on device

http://community.stencyl.com/index.php/topic,49702.msg275364.html#msg275364

colburt187

  • *
  • Posts: 2416
However I am also seeing an interstitial ID error in the logs, are you using admob?

ciprianz

  • Posts: 16
Yes but I fixed the thing with admob.
Thank you cabinfever, I fixed it like that. I made a game with xcode and when I ran it the first time it asked me if I let xcode to have developer permission and I said yes. After that I could compile also the games in Stencyl.

Thanks again.