- Home /
Trouble building for iOS
I can build and deploy fine on Android, but when I try to build my Xcode project, I get 201 linking errors. The linker is complaining that a bunch of Unity functions aren't defined. Do I need to edit the Xcode project after its been created? I thought it was just supposed to be: generate Xcode projet, build it.
For more detail, this also happens with a blank unity project.
Need some more info. Can you post some of the most common linking errors? Screenshots?
I think I solved the issue, but can't really be sure. The Xcode UI is a bit confusing and I thought I had been selecting build for the iPhone but it was set to build for the simulator. Now the build just fails immediately since I don't have a developer license yet (nor can I get one since the website where you get one is currently down for an indefinite amount of time).
Answer by Xtro · Aug 05, 2013 at 02:59 PM
Simulator doesn't support advanced applications including 3D applications as far as I know. I don't think you will be able to build without a developer license.
Can you please mark this as an answer if it was explaining the reason of the trouble?