Hi,
After a few tests, I have realized that the problem arise because I have 2
.mobileprovision files in my keys folder and the compiler is picking the wrong one.
Although in my project there are definitions for
#ProvisionFile, these are ignored when compiling B4-i Bridge app.
#If RELEASE
#CertificateFile: ios_distribution.cer
#ProvisionFile: distribution.mobileprovision
#Else
#CertificateFile: ios_distribution.cer
#ProvisionFile: development.mobileprovision
#END IF
The solution is to temporary move
distribution.mobileprovision outside of the key folder when compiling B4-i Bridge.
Maybe
@Erel can take a look at this.
Thanks.