lisen87 / image_pickers

图片多选并压缩,保存图片到相册,视频多选,预览图片和视频
Apache License 2.0
90 stars 55 forks source link

release build throws `duplicate tasks` errors #54

Open zeusbaba opened 3 years ago

zeusbaba commented 3 years ago

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'
...

there are many of such errors....

fcloud89 commented 3 years ago

i have the same error when run command: flutter build ios @cuixiaocun @lisen87

zeusbaba commented 3 years ago

any update on this issue?

lisen87 commented 3 years ago

The problem is already being dealt with and will be updated tomorrow.

lisen87 commented 3 years ago

@zeusbaba @fcloud89