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

Mac OSX GMS Version 1.4.1804 building OSX 64 bit

Was anybody successful in building 64 bit binary for OSX with GM 1.4? The moment I try to change architecture to 64 bit, I get linker errors like below

Need to compile in 64 bits as mac app store is not supporting 32 bit apps anymore, so I am trying to recompile to 64 bit

Error while compiling after changing to 64 bit architecture is:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_GCController", referenced from:
objc-class-ref in libyoyo_yyc.a(IOSGamepad.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
 
Top