[JIRA] [xcode] (JENKINS-20916) Code Sign error: No matching provisioning profile found

2014-10-28 Thread headhunt...@gmail.com (JIRA)














































Tom Hicks
 commented on  JENKINS-20916


Code Sign error: No matching provisioning profile found















"restore keychains as defined in global configuration" doesn't work for me I had to add a shell task 'security delete-keychain "jenkins-$JOB_NAME" || :' to delete the keychain if it existed before.

I also added an "Import developer profile" task and put my *.developerprofile file in the credentials system.

I still couldn't sign and a shell task would show no code signing keys present, because the keys aren't imported into the login.keychain keychain.

You need to also expand "Code signing  OS X keychain options", check "Unlock Keychain?" and fill in the path to the keychain file ie "${HOME}/Library/Keychains/jenkins-${JOB_NAME}" and the password you used for the *.developerprofile file as the Keychain password.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode] (JENKINS-20916) Code Sign error: No matching provisioning profile found

2014-08-26 Thread luis.pla...@skyboxlabs.com (JIRA)














































Luis Placid
 commented on  JENKINS-20916


Code Sign error: No matching provisioning profile found















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



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode] (JENKINS-20916) Code Sign error: No matching provisioning profile found

2014-08-13 Thread andy.ste...@gmail.com (JIRA)














































andrew stevko
 commented on  JENKINS-20916


Code Sign error: No matching provisioning profile found















This is blocking me as well.

My test job consists of 

	Import developer profile
	Execute shell
   security -v find-certificate -a
   security -v find-identity -p codesigning



I've exported/imported the developerprofile from xcode into jenkins.
I've copied my ~/Library/Keychains/* into /System/Library/Keychains/
I've copied my ~/Library/MobileDevice/Provisioning\ Profiles/* into /System/Library/MobileDevice/Provisioning\ Profiles/

The console shows successful create-keychain, unlock-keychain, 3 import mobileprovision (from the profile), 5 installing mobileprovisions (from the System Provisioning Profiles).

The find-certificate shows only System.keychain certs.
The find-identity codesigning always returns 0 identities found.

Also - the job does not clean up after itself even tho "restore keychains as defined in global configuration" is checked. It will error on create-keychain on the second run.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode] (JENKINS-20916) Code Sign error: No matching provisioning profile found

2014-04-20 Thread am...@microdoers.com (JIRA)














































Amr  El-Dessouky 
 commented on  JENKINS-20916


Code Sign error: No matching provisioning profile found















Hello,

I was able to solve this issue, which was due to two main reasons, Xcode when invoked from Jenkins looks to ite resources from the System  not the user, so to fix at least get sure that you did the following:-

1-Ensure the project is building successfully from Xcode to real target.

-In KeyChain

2-Copy all the development cretificates  credentials form your user folder to the system folder

3-Copy all the Provisioning profiles existing in  

Users/user/Library/MobileDevice/Provisioning Profiles 

to

System/Library/MobileDevice/Provisioning Profiles

Create the missing folders if they don’t exist below 'Library'



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode] (JENKINS-20916) Code Sign error: No matching provisioning profile found

2014-04-07 Thread rajesh.nag...@in.bosch.com (JIRA)














































Rajesh N
 commented on  JENKINS-20916


Code Sign error: No matching provisioning profile found















I still have the problem. Can you please help me in solving this issue. Thanks in Advance.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode] (JENKINS-20916) Code Sign error: No matching provisioning profile found

2013-12-31 Thread ce...@machinemode.com (JIRA)














































Cesar Carrasco
 commented on  JENKINS-20916


Code Sign error: No matching provisioning profile found















I was able to overcome this be using the Keychains and Provisioning Profiles Plugin.  Perhaps this can be made a dependency on this one?



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [xcode] (JENKINS-20916) Code Sign error: No matching provisioning profile found

2013-12-31 Thread ce...@machinemode.com (JIRA)












































 
Cesar Carrasco
 edited a comment on  JENKINS-20916


Code Sign error: No matching provisioning profile found
















I was able to overcome this by using the Keychains and Provisioning Profiles Plugin.  Perhaps this can be made a dependency on this one?



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.