Xcode 5 not detecting iPhone running iOS 8

2020-06-16 02:01发布

I have an iPhone with iOS 8 installed on it, but when I connect it to Xcode 5.1, it doesn't recognize it.

7条回答
啃猪蹄的小仙女
2楼-- · 2020-06-16 02:09

Open xcode 6 and wait until device is recognised. When done, close xcode 6 and open xcode 5.1 and your device is going to be automatically recognised.

That way you can run your application on a device with iOS 8 with the old xcode.

查看更多
够拽才男人
3楼-- · 2020-06-16 02:13

As with the other answers, it seemed fairly random whether or not my iOS 8 device was being picked up by Xcode 5.1. It appears that it works if you have the iOS 8 device plugged in before you start Xcode 5.1. When you do that, you will get a screen indicating the symbols are being processed:

Xcode 5.1 Screenshot

After this completes, the device is selectable. I am pretty sure this needs to be performed with each new beta. That might explain why it appears to suddenly stop working.

If this isn't working for you, make sure you have the latest Xcode 6 Beta to match the iOS 8 Beta version, and connect the device while Xcode 6 is running. The same "Processing Symbol" files process will occur and then Xcode 5.1 seems to work.

查看更多
▲ chillily
4楼-- · 2020-06-16 02:13

I've been using Xcode 5 to build on an iOS 8 device just fine. Now all of a sudden, it won't let me anymore.

查看更多
仙女界的扛把子
5楼-- · 2020-06-16 02:16

I have connected my iPhone with iOS 8 installed to Xcode 5.1.First time it doesn't recognize.but when i unplugged device and connect again , Device Recognized. I dont know the reason Anyway i am sure that you can also connect your IOS8 installed device to Xcode5.1 ....

查看更多
你好瞎i
6楼-- · 2020-06-16 02:16

first use xcode6 build on your iPhone5s. second open xcode 5 ,unpluge device and connect again. then device recognized.

查看更多
一夜七次
7楼-- · 2020-06-16 02:17

You need to download the Xcode 6 Beta. It's available in the iOS Developer Center, where you downloaded the iOS 8 Beta.

查看更多
登录 后发表回答