Reputation: 318
I've been working on a project and I encountered the below error on two of our test devices about halfway through the day today. I've attempted to do the following to resolve the issue, but it still sticks around:
The Build Message that is provided is:
CodeSign /Users/jlowe/Library/Developer/Xcode/DerivedData/MSIUAT-bmmhsvmhpevuxbalmdsygccqsclg/
Build/Products/Debug-iphoneos/MSIUAT.app
cd /Users/jlowe/Documents/PhoneGap_4.0/MSI/platforms/ios
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/
XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/
usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
Signing Identity: "iOS Development: JLowe"
Provisioning Profile: "MSI Development"
(81e07a7b-9a66-4d49-992b-688f1407c5a9)
/usr/bin/codesign --force --sign 26BF4AC4B4E3560A8DD52AE7D6DE0B369326B226 --entitlements /
Users/jlowe/Library/Developer/Xcode/DerivedData/MSIUAT-bmmhsvmhpevuxbalmdsygccqsclg/Build/
Intermediates/MSIUAT.build/Debug-iphoneos/MSIUAT.build/MSIUAT.app.xcent /Users/
jlowe/Library/Developer/Xcode/DerivedData/MSIUAT-bmmhsvmhpevuxbalmdsygccqsclg/Build/Products/
Debug-iphoneos/MSIUAT.app
/Users/jlowe/Library/Developer/Xcode/DerivedData/MSIUAT-bmmhsvmhpevuxbalmdsygccqsclg/Build
/Products/Debug-iphoneos/MSIUAT.app: Permission denied
Command /usr/bin/codesign failed with exit code 1
Any assistance that could help identify what is going on would be appreciated. Thank you!
Upvotes: 4
Views: 918
Reputation: 318
I was able to resolve the issue by granting permissions to the application folder again. Somehow the permissions to some of the folders had been removed.
Upvotes: 2