iOS Question Remote Compiler Problem

RichardN

Well-Known Member
Licensed User
Longtime User
In mid-project this morning with everything going well the remote compiler has started returning errors. The pertinent part from the log is:

(Certificate data changed)
Signing Identity: "iPhone Developer: XXXXX XXXXX (R4XXXXXXXXJE)"
Provisioning Profile: "test1"
(dbac2878-bcaa-42b0-bced-090XXXXXXXXcd0)

/usr/bin/codesign --force --sign 8013F562705731ECD98D137FFF4EXXXXXXXX --resource-rules=/Users/administrator/Documents/UploadedProjects/xyz000a/Payload/TestBedApplication.app/ResourceRules.plist --keychain xyz000a --entitlements /Users/administrator/Documents/UploadedProjects/xyz000a/build/B4iProject.build/Release-iphoneos/B4iProject.build/TestBedApplication.app.xcent /Users/administrator/Documents/UploadedProjects/xyz000a/Payload/TestBedApplication.app
8013F562705731ECD98D137FFFXXXXXXXXXXX: no identity found
Command /usr/bin/codesign failed with exit code 1


Error: ** BUILD FAILED **


The following build commands failed:
CodeSign Payload/TestBedApplication.app

After a couple of hours it started compiling as if nothing had happened.

Is this a problem with the remote compiler or does the compiler communicate with Apple on a per-compile basis to verify or refuse certificates ?
 
Last edited:
Top