|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I was also having this issue. I just resolved via the following:
1. Open Xcode 5.0 -> Preferences -> Accounts and delete your developer account.
2.Navigate to the path where your Jenkins exists, In my case its '/Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles' and delete all cached provisioning profiles there. Usually Xcode stores it under '/Users/<USERNAME>/Library/MobileDevice/Provisioning Profiles/'
3. Open Xcode -> preferences -> Accounts: re-add your developer account
4. Open your Jenkins job's configuration page, navigate to your Xcode step and check the values under the 'Code signing & OS X keychain options'. Make sure the Code Signing identity value matches the identity found on your keychain.
5. ?????
6. Build & make profit.
Hope it works