• 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!

iOS - No account for team and no profiles found, but logged in correctly

I'm getting an error in XCode for an iOS build. Xcode is indicating that there is no account for the team (and to add a new account in the preference pane) and no signing cert found. The account does indeed exist in Xcode and it is signed into. Could there be anything else that GMS needs to send that would allow Xcode to recognize the team? The signing certs also exist on the apple developer portal.

The only thing I can think of is that there are two accounts that Xcode is currently signed into. Of course, this doesn't seem like it would be a concern, but maybe GMS isn't explicitly letting Xcode know what team to use. (?)

Has anyone experienced this before?
 

Ommn

Member
Have you exported the game from Game Maker to Xcode?
Have you opened the game project on Xcode?
And what does it show you?
You have to choose the account you want to upload the game to from the signature tab and build your game.
you should working fine.
 
I run it from Gamemaker, which launches Xcode with the project that Gamemaker made. I don't have "Suppress build and run" selected, so it should launch xcode, compile, and run on the device I've chosen. However, it gives the errors I mentioned above and does not build/run.
 

Ommn

Member
after launches Xcode you should go to tab "Signing & Capabilities" and enable automatic manage signing

"just picture from internet"

In recent versions of Xcode, it automatically creates a Certificates and profile and links it to your Apple Developer account.

before open xcode try open apple developer and remove any Certificates is there So that Xcode can create new certificates
 
Top