Everytime I have to modify my app and switch on my Mac, something is changed in the environment and I have problem.
Let's analyze what's changed during these last 2 or 3 weeks:
I see this at the beginning of the error log:
note: SetAvg is an Int and ExportDBRec is a custom type
But also at the end of the error looks like there are problems with the Provisionng Profile.
I have decided to revoke all certificates and provisioning profiles and generate new one, but no success.
Any idea what's happened ?
Let's analyze what's changed during these last 2 or 3 weeks:
- Xcode has been updated to 10.2. I have launched it to install the additional components and I have removed the UploadedProject folder. Ok.
- Apple required the two factor authentication for my account. Ok, did it.
- My developer membership has been renewed. I have checked the developer console. All certificates are valid. I just had to refresh the list of enabled devices.
- Some library has been updated. Ok, i have updated also the Lib folder on my Mac.
I see this at the beginning of the error log:
B4X:
B4i Version: 5.30
Parsing code. (0.24s)
Building folders structure. (0.21s)
Compiling code. (2.22s)
Compiling layouts code. (0.14s)
Compiling debugger engine code. (11.11s)
Building Xcode project (1.51s)
Sending data to remote compiler. Error
B4i line: 442
SatAvg=SatAvg+ExportDBRec.Sat
expected identifier
note: SetAvg is an Int and ExportDBRec is a custom type
But also at the end of the error looks like there are problems with the Provisionng Profile.
B4X:
Failed to load profile "/Users/EB/Library/MobileDevice/Provisioning Profiles/1e046e50-aee3-4831-bdd0-cc2ee4a3627d" (Error Domain=DVTProvisioningProfileSourceErrorDomain Code=0 "No provisioning profile provider found for profile "/Users/EB/Library/MobileDevice/Provisioning Profiles/1e046e50-aee3-4831-bdd0-cc2ee4a3627d"." UserInfo={NSLocalizedDescription=No provisioning profile provider found for profile "/Users/EB/Library/MobileDevice/Provisioning Profiles/1e046e50-aee3-4831-bdd0-cc2ee4a3627d".})
** BUILD FAILED **
I have decided to revoke all certificates and provisioning profiles and generate new one, but no success.
Any idea what's happened ?