Unable to locate ipa when using User Interface #1838
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceDocumentation unclear. No step provided to generate .ipa files Expected resultsThe artifact generated runner.app.zip doesn't contain ipa file. Documentation unclear Actual resultsrunner.ipa.zip uanable to use that file to test the app Build id (optional)64a0c01053936659dce20cfe |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
64a0cf21ea591cb8f3740acf New build included --build-name=1.0.$PROJECT_BUILD_NUMBER --build-number=$PROJECT_BUILD_NUMBER. No success still unable to locate .ipa file. documentation very unclear |
Beta Was this translation helpful? Give feedback.
-
@fabolandry you only get .ipa file when you sign your app |
Beta Was this translation helpful? Give feedback.
Hello Fritz, in order to create a .ipa file and publish it to App Store, you will need to code sign your app first.
You can check how to set up iOS code signing in the Flutter workflow editor here