image_gallery_saver icon indicating copy to clipboard operation
image_gallery_saver copied to clipboard

Command CompileSwiftSources failed with a nonzero exit code

Open JosephNK opened this issue 2 years ago • 1 comments

Xcode 13.1 Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 18116933e7 (2 weeks ago) • 2021-10-15 10:46:35 -0700 Engine • revision d3ea636dc5 Tools • Dart 2.14.4

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'image_gallery_saver' from project 'Pods')
    cd /Users/xxx/workspace/development/flutter/app/ios/Pods
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk

remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
Command CompileSwiftSources failed with a nonzero exit code

Please tell me how to solve it. :( Help.

JosephNK avatar Oct 30 '21 06:10 JosephNK

Clean the flutter project and rerun

mwolffalonso avatar Sep 01 '22 18:09 mwolffalonso