• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

iOS *SOLVED* Xcode couldn't find a provisioning profile matching 'com.animator.trump'.

Hi!

I have updated GMS to latest BETA and also updated to Xcode 8 on my Mac.
However, when I try to compile an app using YYC, I get this error:

Code:

Code:
Check dependencies
No profiles for 'com.animator.trump' were found:  Xcode couldn't find a provisioning profile matching 'com.animator.trump'.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'

** ARCHIVE FAILED **


The following build commands failed:
   Check dependencies

From what I gather, GMS does not seem to find the provisioning profile for the app, even though it should be there.

I did create a provisioning profile for distribution in the Apple Dev. Center, which I then downloaded on my Mac and double-clicked on. The Xcode icon at the bottom of the screen also shook when I did this.

Worth mentioning here is that it is a brand new app I created a prov. profile for.

What did I miss here?
 
Solved!

If anyone else have the same problem, this is what you need to do:

1. Log into your Apple Developer Account.
2. Click "Membership"
3. Copy your Team ID
4. In GM:S, go into GGS/IOS/CERTIFICATES
5. There's a new field here, Team ID. Paste your ID here.

Now it should work.
Seems this new step is needed with Xcode 8.
 
Top