iOS Question Check dependencies error

tman

Member
Licensed User
Longtime User
I changed my private key setting (added my name) and now my apps will not compile. I use the remote builder and this is the error message:

Check dependencies
Provisioning profile "My new profile" doesn't include any certificate for which the matching private key is installed in the keychain.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)
 

tman

Member
Licensed User
Longtime User
I solved the issue
By changing the private sign key this creates new file in my computer B4I Keys directory called "certsigningRequest.csr"
I logged into my apple developer account and uploaded this new csr file into my account
Then I created a new mobile provisioning profile from my account and downloaded it onto my computer.
I moved this file into my B4I Keys directory and removed the old provisioning profile file
Use this link for more info: https://www.b4x.com/android/forum/threads/creating-a-certificate-and-provisioning-profile.45880/
 
Upvote 0
Top