Xcode 5 IOS 7 error: failed to launch '/private/var/mobile/Applications/' -- NotFound

Viewed 3836

I am trying to test apps on my IOS device. I have gotten a few to work, however the one I am trying to install now (https://developer.apple.com/library/iOS/samplecode/AccelerometerGraph/Introduction/Intro.html) is giving me the following error.

I get a popup that says:

Could not launch “AccelerometerGraph”

and in the console:

error: failed to launch '/private/var/mobile/Applications/45F20998-B62C-4D0F-B867-9DB4DF15D94B/AccelerometerGraph.app' -- NotFound

I have tried every suggestion in: Can not launch the app on device

Any other thoughts.

4 Answers

Connect your device (iPhone) to the Internet (Wi-Fi or 4G).

Related