Unable to push release #2981
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceReleasing app through Codemagic fails whereas locally it works fine. Expected resultsIt should work fine Actual resultsWriting 643107 characters to text file /Users/builder/.pub-cache/log/pub_log.txt. Uploading build_ipa_with_shorebird.log… Build id (optional)67af3aa783be870f865d394c |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @IbrahimKhanLS, |
Beta Was this translation helpful? Give feedback.
Hello @IbrahimKhanLS,
I found this Github thread with a similar error message - mono0926/barcode_scan2#20. Changing your app's deployment target to 11.0 because latest barcode scanner's deployment target is 11.0 seems to be a suggested solution here. Can you please try this out as well?