• 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 Unable to export for iOS after GMS V1.4.1767 update

ZigZag

Member
After the update to GMS V1.4.1767, I'm unable to export for iOS without getting the following error:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SKStoreReviewController", referenced from:
objc-class-ref in libyoyo_interpreted.a(YoYo_GameCenter.o)
ld: symbol(s) not found for architecture arm64
This was happening with one of my two apps, so one exported without the above error and the other with.
I tried to reinstall GMS V1.4.1763 the version I used before, both apps exporting without any issues, after installing GMS V1.4.1767 again both apps are now getting this error!

If someone got a solution to this I'm happy to hear about it.

Kind regards
 
R

RyGa

Guest
Also having the same issue. GM V1.4.1767

Code:
Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_SKStoreReviewController", referenced from:
      objc-class-ref in libyoyo_interpreted.a(YoYo_GameCenter.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
 
Top