简体   繁体   中英

Can I use Xcode 7 to build, release and deploy iOS 8 app to the App Store?

I was working on Xcode 6 and now upgrading to Xcode 7.

Would I be able to build iOS 8 iPhone app using Xcode 7? Or do I have to use Xcode 6? Are there any restriction or compatibility issues that I should be aware of? Will I be able to deploy this build or release it to the App Store?

Yes, just change the deployment target of your app to 8.0:

Xcode的

There are no restrictions or compatibility issues, other than not being able to use any iOS 9 APIs in your app should you chose to target a lower SDK level.

You can set the Deployment Target to 8.0 in Target->General->Deployment Info. Xcode 7 will allow you to take advantage of many new features and still target iOS8 bearing devices.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM