iOS Question Error while compiling in Production Mode

Juan Marrero

Active Member
Licensed User
Longtime User
Hi. In developer mode (with development certificate) everything compiles correctly. But when I changed to Production certificate it errors. Please see attached file for the error log.
I have deleted and created the certificates (including the push notification certificate) countless times. Only once it compiled OK, but now I updated my app and the error won't go away. Tested in b4i 2.30 and in 2.50.

I have different folders for every app that has Push Notifications. One folder for Development and one for Production for each app.

I used these lines for selecting which environment I will use to compile. Obviously one of them is commented out. If I use DevelBSA DistBSA is commented out and viceversa.
#ProvisionFile: DistBSA.mobileprovision
#ProvisionFile: DevelBSA.mobileprovision
 

Attachments

  • error.txt
    134.7 KB · Views: 125

Juan Marrero

Active Member
Licensed User
Longtime User
Never mind. After hundreds of trial and errors I managed to compile it. I edit all of my certificates and downloaded them again.
 
Upvote 0
Top