@anon78309838 - I found the solution for why the build was failing 50 seconds in.
The reason is because of the APNs (Apple Push Notification service) Keys in the Apple Dev console. These keys are (were) being used in our production environment but was preventing Adalo compiler from creating a key for us. See below the production keys that were there:
Once I deleted the keys and ran the compiler, it worked fine. And now you can see the Adalo key here that was created by Adalo:
I would HIGHLY suggest that we have this added to the Bundle Identifier documentation so that others can easily troubleshoot and resolve this issue quickly in the future: Create Your Apple Bundle ID - Adalo Resources