Same here, nothing was changed in app, but iOS build failed with unknown error and no log file was provided. Both on runtime version 2.10.2 and 2.12.2. Android build was successfully completed.
@John_Imperial I can’t open that file, if you scroll through it are you able to see an error point with maybe more info about what’s causing the fail? Or paste a section here if you see something about build fail or error.
Provisioning profile “betapastoralspiritualcare” has app ID “com.betapastoralspiritualcare.*”, which does not match the bundle ID “compastoralspiritualcare.myapp”
Have you checked that the Bundle Identifier in your build settings matches with the one in your App Store Connect app info?
There is an issue with the error log not arriving in your emails, we’re working on resolving it now so you can get more info about what is causing the build to fail. Sorry for the wait and thanks for your patience!
@John_Imperial and @Petr , we checked your build error logs and both seem to be missing the GoogleService-Info.plist file from your build settings. This is needed if your app is connected to Firebase, and here’s some instructions on the matter .
@Pozzer_Cristian could you have the same error, are you using Firebase and missing the plist file from your build settings? If not, please provide your app id so we can check it out!
Cecilia, thank you for the reply, first of all, I don’t have any Firebase connectors in the app, but to be on the safe side I have added GoogleServis-Info.plist on the second attempt following with the same result.
Hmm! The plist file is needed if there are any Firebase related plugins installed in your app (seen in the build settings), even though you’re not actually using Firebase flows in your app. But if it still failed, that’s odd. We are now working on another bug that is causing builds to fail without a reason, this could maybe be related to that. It should be fixed soon!