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

SOLVED Building to iOS 14 with GMS 2.2.5

Coded Games

Member
Has anyone been able to build to iOS 14 with GMS 2.2.5? I just updated Xcode and have not been able to get my game to build. Here are the errors in Xcode:

Screen Shot 2020-09-17 at 7.21.55 PM.png

The main one being "invalid reuse after initialization failure". The GMS console does not have any noticeable error messages other than this:

Failing tests:
DecksOfDexterity Tests:
-[DecksOfDexterity_Tests testExample]
** TEST FAILED **
Testing started
Igor complete.

Any help would be appreciated. It would be a real shame if GMS 2.2 is no longer able to build for iOS. I also realize that it is probably extremely unlikely that GMS 2.2 will get any more updates for this now that 2.3 is out. It would be nice if it did though...


UPDATE: I just switched from build target iOS 8 to iOS 9 and now it works! Yay!
 

ginnix

Member
Game Maker 2 is no longer compatible with ios 14.

You need xcode 12 to build for ios 14 and Game Maker 2 currently does not support it.

I was able to build using Xcode 11.7, but it will not install the app on the iphone running ios 14, said it is not compatible
and you need Xcode 12.

Need to put in a ticket to Game Maker so they can update it.
 
Top