I updated my SDK to 2.1.2GA and Xcode to the latest version for iOS 6. My app's build worked fine before the update. Any idea as to why this is happening?
My build works in the simulator and I can build the app from the Xcode project.
osx/2.1.2.GA/iphone/builder.py", line 1460, in main execute_xcode("iphoneos%s" % iphone_version,args,False)
osx/2.1.2.GA/iphone/builder.py", line 1253, in execute_xcode sys.exit(1)
I've tried Clean and rebuilding. I've tried saving the files in another directory with the build folder omitted.
JDH
2 Answers
Accepted Answer
If you're building for iOS6, try using the 2.1.3RC SKD
The 2.1.3RC SDK did the trick. Thank you Anthony!
Your Answer
Think you can help? Login to answer this question!