Xcode 16.3: exportArchive Copy failed when building and deploying #3069
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceMy flutter app is built as usual, but distribution fails. Or rather, a step after the build fails, with
Expected resultsI see someone else had the problem recently, but their solution isn't really a solution (they downgraded from Xcode 16.3 to 16,2). I can confirm that I toggled it to 16.3, and the problem occurred. When I change to 16.2, it goes away. I suspect 16.3 changes something, like the location of a built file. Actual resultsAlso note that the entire build system thinks it was successful because other artefacts were generated, but in fact, it did fail. I think it's worth flagging this as 16.3 will soon become default, and then many more will hit this I suspect. The build ID included is the one that failed. Build id (optional)67fed02f5def51c9eb1fac4d |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Same problem here... solved using 16.2. |
Beta Was this translation helpful? Give feedback.
-
Thank you for reporting this, we are looking into it. |
Beta Was this translation helpful? Give feedback.
-
Workaround: running |
Beta Was this translation helpful? Give feedback.
-
We've rolled out an update to the build machines that should resolve the issue, so the suggested workaround should no longer be necessary. Could someone please run another build using Xcode 16.3 to confirm that everything is working as expected now? |
Beta Was this translation helpful? Give feedback.
We've rolled out an update to the build machines that should resolve the issue, so the suggested workaround should no longer be necessary.
Could someone please run another build using Xcode 16.3 to confirm that everything is working as expected now?