Re: How to troubleshoot "Code signing operation failed" error alert?
Re: How to troubleshoot "Code signing operation failed" error alert?
- Subject: Re: How to troubleshoot "Code signing operation failed" error alert?
- From: Jens Alfke <email@hidden>
- Date: Mon, 18 Aug 2014 12:12:02 -0700
> On Aug 18, 2014, at 10:43 AM, James Moore <email@hidden> wrote:
>
> I wonder if the system console has the logs in it?
I had checked earlier, and I swear to god it hadn't logged anything; but I just tried again and it does log some incriminating goodies.
This happens when I press the "Validate" button in the Organizer; ironically the GUI reports everything is a-ok. (There is no Code Signing Entitlements entry in the build settings, because the app is neither sandboxed nor using any entitlement-based features.)
8/18/14 12:01:37.335 PM Xcode[16734]: DVTAssertions: Warning in /SourceCache/IDEFrameworks/IDEFrameworks-5085/IDEKit/ArchivedApplicationsViewer/IDEArchive+AAVArchiveViewerExtensions.m:333
Details: SecCodeCopySigningInformation returned an invalid or unexpected entitlements plist
Object: <IDEArchive: 0x7f90e47d51c0>
Method: -aav_validateForDirectDistribution
Thread: <NSThread: 0x7f90e4ef2080>{name = (null), num = 9}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
And when generating the distribution fails, I _sometimes_ get this message, but not other times:
8/18/14 11:56:32.195 AM Xcode[8318]: DeveloperPortal: Completed request 3EA81999-F5BE-4FF2-A7C7-10CA442C2ADC (failure): {
"DTDK_CertType" = 3;
"DTDK_Platform" = mac;
creationTimestamp = "2014-08-18 18:56:33 +0000";
protocolVersion = P5Y9MG;
requestId = "3EA81999-F5BE-4FF2-A7C7-10CA442C2ADC";
requestUrl = "http://developerservices2.apple.com/services/P5Y9MG/mac/downloadDirectDistributionCerts.action?clientId=XABBG36SBA";
responseId = "1ac64425-ed05-4778-9206-eafe5c19138e";
resultCode = 1200;
resultString = "Team member 'U7XEMU9HRW' is not authorized to perform the requested operation";
teamId = N2Q372V7W2;
userLocale = "en_US";
userString = "You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support.\nhttps://developer.apple.com/support";
}
So apparently I'm not authorized to build an app for Developer ID distribution, even though I am an administrator of the team…
—Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden