Flutter IoS App crash when submitted to appStore

157 Views Asked by At

I'm a Flutter developer and I'm trying to deploy my first IOS app developed with Flutter (I don't know anything about the Apple world). I submitted an app on the appstore via codeMagic, but I couldn't test it before because I dont have iPhone and mac.

Apple sent me 2 crashlogs telling me that they tried to launch the app, but it crashed. I understood that I had to symbolic logs to get more info, but I'm reaching the limits of what I can do with the CodeMagic VM (20mn sessions, and I don't know anything about macOS...) I tried symbolizing with macSymbolicator on this VM but it doesn't work, it says it doesn't understand crashlogs (unknown format)

Could someone do it for me please and tell me what crashes??

The crashlogs provided by Apple:

https://drive.google.com/file/d/1ZdSxcr-roAUe3Tm7SLqny8uKef4cMni4/view?usp=sharing

https://drive.google.com/file/d/1vTKdI7OPbKtpFO4hydepFduzS_YPzD_O/view?usp=sharing

Thank you in advance !

Sebastien, Nantes, France

1

There are 1 best solutions below

0
JulienP95 On

You can use tools like Odevio (https://github.com/Odevio/Odevio-CLI) to do test your app from Windows or Linux. Odevio is a tool that lets you access MacOs remote machines.

To install Odevio visit https://www.odevio.com, then setup your developer account with Odevio (https://odevio-cli.readthedocs.io/en/latest/tutorial/6_configure_app_store_connect.html) once this is done you can start building your app in the build menu.