How can I install the new iOS SDK on Xcode 5?

久未见 提交于 2019-12-11 17:27:03

问题


How can I install the new iOS SDK on Xcode 5 to be able to compile applications for the new iOS on Xcode 5? I've tried to use iTunes to transfer compiled applications to the device. But it doesn't work any more.

Edit

I've tried to copy SDK folders from xCode 6 to xCode 5 as described on here. But, it doesn't work because of an issue with ibtool during compilation process


回答1:


If you are trying iOS8 you can't use anything less than Xcode 6 beta.




回答2:


Yes you can.

If you're using Mavericks and want to continue using Xcode 5, do these steps:

  • Rename Xcode.app to Xcode 5.app
  • Download and copy Xcode 6 to Applications-Folder, and rename it to Xcode 6.app
  • and...

Execute this command in Terminal:

sudo ln -s /Applications/Xcode\ 6.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/8.0\ \(12A365\)/ /Applications/Xcode\ 5.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/8.0\ \(12A365\)


来源:https://stackoverflow.com/questions/24015490/how-can-i-install-the-new-ios-sdk-on-xcode-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!