I recently upgraded from XE4 to XE5 and Xcode 4 to Xcode 5.0.2. Both upgrades were done succefully. However when i now try to compile an iOS application for device, it reports the following errors.
[PAClient Error] Error: E0264 Unable to execute '"/usr/bin/codesign" --en "/Users/RezaRa/RADPAServer/scratch-dir/RezaRa-RezaRa/iziShoppingList.app/Entitlements.plist" -s "iPhone Distribution: Mohammad Sanati (XXXXXX)" -f "/Users/RezaRa/RADPAServer/scratch-dir/RezaRa-RezaRa/iziShoppingList.app"' (Error 1)
[PAClient Error] Error: E0264 /Users/RezaRa/RADPAServer/scratch-dir/RezaRa-RezaRa/iziShoppingList.app: cannot find code object on disk
The latest version of Xcode 5 and the Command Line Tools are installed. I have used the help files to check if everything is configured and installed as it should be and it is. Compiling to the simulator also seems to work. Al certificates are installed and validated.
Any idea?