Search code examples
iphonexcode4.5

error while launching app on iPod


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


Solution

  • 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.