0

My app runs fine in the simulator, but when I try to install it on my iPhone it says

App installation failed: An unknown error has occurred.

I opened my device logs and got this:

FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldn’t be completed. No such file or directory)

  • So what is your question?. have you checked http://stackoverflow.com/questions/25056585/error-while-distributing-app-on-air-using-dropbox – Scriptable Jan 05 '17 at 14:30

1 Answers1

1

try it :

Xcode-> Preferences->Locations->Derived Data-> Delete it... It will clean your project, Try to restart your device. Then build the app on the device.

Ash
  • 5,525
  • 1
  • 40
  • 34