0

Possible Duplicate:
Application not automatically launching in device and getting error on xcode

Hi want to run my iOS app on device . I have the provision profile, but whenever I run my app on device it shows the following error:

No such file or directory (/Users/varun/Library/Developer/Xcode/DerivedData/Myproj-axtuxgmraelfbkczsttvahwpsmzj/Build/Products/Debug-iphoneos/Myproj.app/Myproj)

Any idea about this?

Community
  • 1
  • 1
Varun Chaudhary
  • 357
  • 1
  • 3
  • 13
  • I dont know what exactly went wrong, but maybe you missed a step. Here is good tutorial for setting everything up for testing it on your device : [link -->](http://www.raywenderlich.com/8003/how-to-submit-your-app-to-apple-from-no-account-to-app-store-part-1) – Sebastian Boldt Dec 18 '12 at 12:10
  • Are you using any external library? – Vinay Bagale Dec 18 '12 at 12:11

2 Answers2

1

Quit Xcode and try to run it. It'll work fine. Still if you've problem delete Derived data, open your organizer and goto projects tab, select your Project and Delete Derived data which is in there.

arthankamal
  • 6,341
  • 4
  • 36
  • 51
0

I have got the same scenario before.

  1. Disconnected device.
  2. Deleted application
  3. Cleaned my project.
  4. Connected and installed my app

After that it worked perfectly for me.

Midhun MP
  • 103,496
  • 31
  • 153
  • 200