I am not being able to sign my Product. It stucks in step 6 when running my continuous integration. Actually there is also another weird thing happenning.
In OS X Server Xcode preferences pane I added my developer account to enable Xcode Server sign my .ipa file. But in OS X Server Logs I saw something like this
Jun 15 10:26:05 blabla.com.tr xcscontrol[961]: DeveloperPortal: Completed request 8331BF8B-EA0B-4C99-987F-8F3E9ECCED62 (failure): {
"DTDK_Platform" = ios;
creationTimestamp = "2015-06-15T07:23:44Z";
httpCode = 200;
protocolVersion = QH65B2;
requestId = "8331BF8B-EA0B-4C99-987F-8F3E9ECCED62";
requestUrl = "https://developerservices1.apple.com/services/QH65B2/ios/downloadTeamProvisioningProfile.action";
responseId = "5544ef83-0af3-441f-acf7-ea931331f3a5";
resultCode = 3170;
resultString = "No team member found for teamId 'TEAMID_XXXX' and teamClientUid 'CLIENTUID_XXX'";
teamId = TEAMID_XXXX;
userLocale = "en_US";
userString = "Unable to find a team with the given Team ID 'XXX.XXX.XXX' to which you belong. Please contact Apple Developer Program Support.\\nhttps://developer.apple.com/support";
}
Btw I have also added my developer certificate (both for release and developer) to my login and system keychain. (I assume that Xcode Server fetch certificates from system keychain). And I can see all of my provisioning profiles in this directory /Library/Developer/XcodeServer/ProvisioningProfiles also.
Another issue is that after Integration has finished I have got error message like that;
Bot Issue: error. Build Service Error.
Issue: Terminated xcodebuild since it produced no output for too long..
Description: Terminated xcodebuild since it produced no output for too long..
On the integration logs I saw error message like that
/usr/bin/codesign --force --sign XXXXXXXX --entitlements /PATH/TO/SingleApplication.app.xcent /PATH/TO/SingleApplication.app
** BUILD INTERRUPTED **
What else am i missing?