I'm trying to setup the following (manual) pipeline for deploying my FlutterFlow application to the App Store (I'm on the standard plan, so can't one-click deploy):
Download my code from FlutterFlow
Push it to a GitHub repo
Build and deploy the application using Code Magic
The process works fine in that Code Magic is able to build my application and publish it to TestFlight. However the app doesn't work on my phone. The first sign that something is wrong is that the logo is missing, and then the critical point is that the app crashes every time I try to open it...I can't even get to a loading screen or anything.
I was on the pro plan earlier, and used one-click deploy successfully. I have not made any changes to my application since downgrading to the standard plan, so believe the issue is to do with how I am trying to build and deploy my application using code download, GitHub and Code Magic.