exact location ios ipa file generated with workflow editor #1863
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproducewith workflow editor my IOS build succeed and generated artifact called myapp.ipa (app signed and everything is fine) Expected resultsI need the exact location of this ipa file, documentation doesn't indicate where do I find it. Actual resultscan't find it lmao Build id (optional)64ac8856960e6b09d4aeefa0 |
Beta Was this translation helpful? Give feedback.
Answered by
omar-chaabouni
Jul 10, 2023
Replies: 1 comment
-
Found it, for signed apps : /Users/builder/clone/your-directory-name/build/ios/ipa/appname.ipa |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
omar-chaabouni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it, for signed apps : /Users/builder/clone/your-directory-name/build/ios/ipa/appname.ipa
for non signed apps: /Users/builder/clone/your-directory-name/build/ios/Release-iphoneos/Runner.app