Xcode 6 with iOS 9?

前端 未结 8 544
予麋鹿
予麋鹿 2020-12-17 10:47

I\'m fairly new to iOS development and I upgraded my device to iOS 9.0 beta, to see how my app faired. However, I did not upgrade to Xcode 7 beta. I\'m getting an error that

相关标签:
8条回答
  • 2020-12-17 11:05

    As mentioned by @Ben you need to download XCode7 which release date now is right on the corner (mid-sept) but you DON'T need to build your application under XCode7. The trick is to let XCode7 copy symbols. Once done you can build your app on your device under XCode 6.4 and without to support Swift 2.0: your device will be recognized then. So yes you will need to keep a copy of XCode 6 and XCode 7 for that matter.

    0 讨论(0)
  • 2020-12-17 11:09

    Yes, you need to install Xcode 7 in order to develop for iOS 9. You are able to keep Xcode 6 running alongside Xcode 7.

    0 讨论(0)
提交回复
热议问题