I\'ve read Where does xcode take application's Identifier from? , XCode bundle identifier formatting from {PRODUCT_NAME} , and loads more but...
I\'m trying to g
the solution for 10.8 Xcode 4.4 is to open the appname.entitlements file
appname.entitlements
and if the DataProtectionClass key has the value NSFileProtectionComplete, delete it!
DataProtectionClass
NSFileProtectionComplete
Deleting this key allows me to test apps from Xcode on devices (it wasn't affecting simulation).