iOS Question B4i Build Bridge Problem

mmieher

Active Member
Licensed User
Longtime User
Hi.

I needed to recreate my certificates and provisioning profiles. I also got a new PC. Now I cannot seem to Build the Bridge. I get the following error:

upload_2017-7-20_9-38-12.png


Here is my attribute section:

B4X:
    #If RELEASE
           #CertificateFile: ios_distribution.cer
        #ProvisionFile: SpotHops.mobileprovision
    #Else
        #CertificateFile: ios_development.cer
        #ProvisionFile: iOSDevelopment.mobileprovision
    #END IF
 
Top