How can I install application on the new iOS 8 using xCode 5?

和自甴很熟 提交于 2019-12-02 18:48:18

问题


How can I install application on the new iOS 8 using xCode 5? I've used iTunes for that before. But now it doesn't work. Application's icon is gray on the iTunes.


回答1:


The following steps helped me:

  1. Add and install Ad-Hoc mobile profile.
  2. Create Ad-Hoc .ipa file with Organizer.
  3. Add it to the iTunes and sync the device.
  4. Remove non-existent application from the device on iTunes and from iTunes (most important step for me) and sync the device.
  5. Add it again to the iTunes and sync device.

Now you can test your new version of the application on iOS 8!




回答2:


more simple:

I got an analogous problem in iOS8 beta era using xCode 5.1

xCode refuses to recognize my iPhone 5, (yellow pin..). You can fool xCode using a symbolic link (xCode will assume it can handle ios8.. too)

sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.1\ (11D167) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/8.0\ (12A4265u)



来源:https://stackoverflow.com/questions/24015160/how-can-i-install-application-on-the-new-ios-8-using-xcode-5

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