Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 run app wirelessly

Tags:

xcode6

Eventhough, Xcode 6 displays in iOS devices section my iOS 8.0.2 running iPad2 wirelessly and builds normally my app, when it tries to run end up the the following message:

Cannot retrieve value from the passcode locked device. Please check your setup and try again. (0xE8000016).

Any ideas ?

like image 722
Μήτσος Avatar asked Oct 01 '14 06:10

Μήτσος


People also ask

Can we connect iPhone to Xcode without cable?

Open Xcode and go to Window > Devices and Simulators. Select your device and then select the Connect via network checkbox to pair your device. Run your project after removing your Lighting cable.

Can I run an Xcode app on my iPhone?

Setting Up to Run Xcode On a Real Device Before you test your mobile app on an actual iOS device, you need to make sure that everything in your Xcode project is configured properly. Then you'll be able to run the app on an iPhone without having to write any extra code. Grab your device, and connect it to your Mac.


1 Answers

Try restarting the device to make sure Xcode is referencing the correct device.

In my case, Xcode detected one of my iPads nearby as a wireless device (which happened to be passcode locked), but when I plugged in my other iPad it mistook it for the wireless one.

like image 195
David James Avatar answered Oct 24 '22 00:10

David James