-1

Could not launch “TapBlackJack” No such file or directory (/Users/nabeel.ahmed/Library/Developer/Xcode/DerivedData/iBlackJackPOC-fxpktgxemrwknacpmlawwnlnyyxu/Build/Products/Debug-iphoneos/TapBlackJack.app/TapBlackJack)

Following error comes on Xcode while i will run app on my ipod but it runs perfect on simulator. NOTE Dont say that delete derived data,quit xcode , restart ipod, i tried every thing

Popeye
  • 11,839
  • 9
  • 58
  • 91
Nabeel Ahmed
  • 125
  • 12
  • 1
    please check my question, http://stackoverflow.com/questions/13373994/application-not-automatically-launching-in-device-and-getting-error-on-xcode – Midhun MP Jan 03 '13 at 12:15
  • yes, this happens if some thing went wrong when file created while building the project.Try above solution – amrit_neo Jan 03 '13 at 12:16
  • Just shut xcode down and then load it back up. Had the exact same issue this morning. – Popeye Jan 03 '13 at 12:23
  • please see the question carefully..". NOTE Dont say that delete derived data,quit xcode , restart ipod, i tried every thing" – Nabeel Ahmed Jan 04 '13 at 07:06

2 Answers2

0

Just move that folder of your application to somewhere else , then quit xcode and start again.

let me know it is working or not my friend.

Happy Coding!!!!

NiravPatel
  • 3,260
  • 2
  • 21
  • 31
0

The issue was in info.plist. in older xCode "Required device capabilities" is of dictionary type where as in newer Xcode(4.5.1) it is of array type.

Nabeel Ahmed
  • 125
  • 12