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

后端 未结 2 1018
花落未央
花落未央 2021-01-26 00:51

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.

2条回答
  •  孤独总比滥情好
    2021-01-26 01:25

    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)

提交回复
热议问题