Hi Alex,
Thanks for reaching out to us. There is nothing wrong with posting the issue here as long you are not abusing our support system.
Regarding your iOS build issue, here is the error shown based on your build timeline.
All
12th November build:
Build failed
Distribution certificate with fingerprint 72B836AFC96383A40E789A9611CF2EF9D70E1A00 hasn't been imported successfully
14th November:
Build failed: Provisioning profile and distribution certificate don't match.
Profile's certificate fingerprint = 72B836AFC96383A40E789A9611CF2EF9D70E1A00, distribution certificate fingerprint = 1A1794FC51806AECC43681A337CCA7F428F680DF
15th November:
❌ error: Provisioning profile "ILTR" has app ID "com.iliketorace.community", which does not match the bundle ID "com.iliketorace.social". (in target 'ILTRILiketoRace' from project 'ILTRILiketoRace')
❌ ILTRILiketoRace/ILTRILiketoRace: Provisioning Profile "ILTR" does not support the iCloud, Push Notifications, and Sign in with Apple capability.
❌ error: Provisioning profile "ILTR" doesn't support the iCloud.com.iliketorace.social iCloud Container. (in target 'ILTRILiketoRace' from project 'ILTRILiketoRace')
❌ error: Provisioning profile "ILTR" doesn't include the aps-environment,
Based on all of the errors above, it is usually caused by the following:
1. Provisioning Profile has expired.
2. Distribution certificate (p12) has expired.
3. Mismatch provisioning profile with the provided p12 file.
4. p12 file or provisioning profile file is invalid/corrupted.
Ideally, you should regenerate both the p12 file and provisioning profile at the same time to ensure that everything is in order. You may refer to our documentation on how to recreate the p12 file and provisioning profile and see how it goes.