Jenkins with Xcode 8 - Cannot find Provisioning Profiles Jenkins with Xcode 8 - Cannot find Provisioning Profiles xcode xcode

Jenkins with Xcode 8 - Cannot find Provisioning Profiles


Put your provisioning profiles under

User/Shared/Jenkins/Library/Mobile Device/Provisioning Profiles.

You have to create manually folder under Library folder.

And make sure that your Distribution certificate is in "System" tab in keychain Access. If not then copy from "Login" tab and paste under "System" tab.


The fix for myself was giving the jenkins user proper permissions for the ~/Library/MobileDevice folder and the ~/Library/MobileDevice/Provisioning\ Profile.

Otherwise the jenkins user can't read from the provisioning file folder.