Hi guys,
I updated to the latest version of XCode (5.1) and now the same project which exported without any errors this morning spits out 93 errors. All of them are under the header "Apple Mach-O Linker Error". I've googled and looked through this forum for a fix, but no luck. Does anyone know how to fix this?
Niclas
Comments
https://play.google.com/store/apps/developer?id=Into-It+Games
http://appstore.com/LidiaMaximova
This solved it:
http://members.giderosmobile.com/knowledgebase.php?action=displayarticle&id=94
I struggled with this part of the instructions:
1) Change Architectures from "Standard Architectures (armv7, armv7s, arm64)" to "ARCHS = armv7 armv7s"
I would rephrase it to:
1) Change "$(ARCHS_STANDARD)" to "armv7 armv7s"
Because that is what I actually have to type in for it to work.
Thanks!
Niclas