iOS Question ios_distribution.cer error

db0070

Active Member
Licensed User
Longtime User
I have this in my #region project:-
B4X:
    #If RELEASE
          #CertificateFile: ios_certSigningRequest.csr
          #ProvisionFile: ios_distribution.mobileprovision
    #END IF
I get this error when building a release using hosted mac. I have re-created certificates and profiles several times with different combinations of App store and Ad Hoc. What is it I am doing wrong? I want to download the ipa file and upload it using a rented mac. ios_distribution.cer exists in my Keys folder

B4i version: 2.00
Parsing code. (0.05s)
Compiling code. (0.03s)
Compiling layouts code. (0.02s)
Building Xcode project (0.11s)
Sending data to remote compiler. Error
Error: import "ios_distribution.cer" "-k" "ag8xxxx" "-A"
security: Error reading infile ios_distribution.cer: No such file or directory

If its any help, I have the following in my Keys:-

"ios_development.mobileprovision"
"ios_distribution.cer"
"ios_distribution.mobileprovision"
"B4i.keystore"
"B4i.p12"
"ios_certSigningRequest.csr"
"ios_development.cer"
 

db0070

Active Member
Licensed User
Longtime User
spotted my error - I need glasses

#CertificateFile: ios_certSigningRequest.csr

should be

#CertificateFile: ios_certSigningRequest.cer

But I am still getting massive problems just trying to get the ipa loaded, even using a rented mac. I want to get external users to test my App and I just can't do it. It appears I need to prepare the app for full submission
 
Upvote 0
Top