When I try to build a release via flutter build ios --release --no-codesign
I get many errors related to image_pickers-1.0.8+4 saying error: Unexpected duplicate tasks
See example error
Xcode's output:
↳
error: Unexpected duplicate tasks:
1) Target 'image_pickers' (project 'Pods') has copy command from
'/Users/zeus/MyMatrix/ProgsDev/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+4/ios/Classes/PhotoBrowser/resource/ZLPhotoBro
wser.bundle/zl_btn_original_circle@3x.png' to
'/Users/zeus/MyMatrix/ZeusBaba_code/fabulam/fabulam_app/build/ios/Release-iphoneos/image_pickers/image_pickers.framework/zl_btn_original_cir
cle@3x.png'
2) Target 'image_pickers' (project 'Pods') has copy command from
'/Users/zeus/MyMatrix/ProgsDev/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+4/ios/Classes/PhotoBrowser/resource/ZLPhotoBro
wser.bundle/zl_btn_original_circle@3x.png' to
'/Users/zeus/MyMatrix/ZeusBaba_code/fabulam/fabulam_app/build/ios/Release-iphoneos/image_pickers/image_pickers.framework/zl_btn_original_cir
cle@3x.png'
error: Unexpected duplicate tasks:
1) Target 'image_pickers' (project 'Pods') has copy command from
'/Users/zeus/MyMatrix/ProgsDev/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+4/ios/Classes/PhotoBrowser/resource/ZLPhotoBro
wser.bundle/zl_btn_unselected@2x.png' to
'/Users/zeus/MyMatrix/ZeusBaba_code/fabulam/fabulam_app/build/ios/Release-iphoneos/image_pickers/image_pickers.framework/zl_btn_unselected@2
x.png'
2) Target 'image_pickers' (project 'Pods') has copy command from
'/Users/zeus/MyMatrix/ProgsDev/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+4/ios/Classes/PhotoBrowser/resource/ZLPhotoBro
wser.bundle/zl_btn_unselected@2x.png' to
'/Users/zeus/MyMatrix/ZeusBaba_code/fabulam/fabulam_app/build/ios/Release-iphoneos/image_pickers/image_pickers.framework/zl_btn_unselected@2
x.png'
...
When I try to build a release via
flutter build ios --release --no-codesign
I get many errors related to
image_pickers-1.0.8+4
sayingerror: Unexpected duplicate tasks
See example error
there are many of such errors....