I recognize that there are 2000 other SO posts on this question, but none I have seen are specific to Xcode 4.2 and iOS SDK 4.3. I am wondering if anyone knows of a setting that I am perhaps missing.
I have set the Base SD开发者_Go百科K in my project and target Build Settings panels to iOS 4.3, all to no avail. FWIW it seems like the build warnings I am getting are all SDK 5.0 related deprecations.
Are there any other project/target settings I am missing, or is this a lost cause building 4.3 apps in Xcode 4.2?
Xcode 4.2 has not been officially released. It's still in beta. So you cannot submit an app built with it. Use Xcode 4.0.1 (Snow Leopard) or 4.1 (Lion). [4.1 for Snow Leopard is also available, if you can download it...]
I believe that Xcode 4.2 is still in beta. You cannot submit apps with this version. Downgrade back to Xcode 4.1, that supports building apps for iOS 4.3, too. Xcode 4.2 is really only for beta testing iOS 5 apps.
Apple will not be accepting any apps built with Xcode 4.2 until it is out of beta.
精彩评论