Artifacts Problem (Output file is wrong) #2034
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI created a blank flutter application. Running Xcode build... However, the file output in the Artifacts section is a zip file containing only icons. It doesn't give my actual app's files. Artifacts What could be the reason for this and how can I solve it? I need to get this done urgently. Expected resultsArtifacts output must include application files. Actual resultsThe Artifacts output is AppIconiconset.app.zip [150.43 KB] and contains a zip file containing the icons. Build id (optional)64fc8ab75d2fbad96d0b6c41 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
hey @berkayevren, i believe you are searching for .ipa file, but in order to create one, you will need to set up code signing first. |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
hey @berkayevren, i believe you are searching for .ipa file, but in order to create one, you will need to set up code signing first.
Please check out this guide on how to do it