Post

Replies

Boosts

Views

Activity

Comment on XCode13.4 run flutter project failed to build iOS app
In addition to the above error, also reported this error: Unhandled exception: ProcessException: No such file or directory Command: /Users/taoli-blue/fvm/versions/2.10.3/bin/flutter assemble --no-version-check --output=/Users/taoli-blue/iOS/flutter_taoli_app/build/ios/Debug-dev-iphoneos/ -dTargetPlatform=ios -dTargetFile=/Users/taoli-blue/taoli/flutter_taoli_app/lib/main_dev.dart -dBuildMode=debug -dIosArchs=arm64 -dSdkRoot=/Applications/Xcode13.3/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk -dSplitDebugInfo= -dTreeShakeIcons=false -dTrackWidgetCreation=true -dDartObfuscation= -dEnableBitcode= --ExtraGenSnapshotOptions= --DartDefines= --ExtraFrontEndOptions= -dCodesignIdentity=21E6A88880ED32FA5B3525F5134308364DAB1434 debug_ios_bundle_flutter_assets #0 _ProcessImpl._runAndWait (dart:io-patch/process_patch.dart:487:7) #1 _runNonInteractiveProcessSync (dart:io-patch/process_patch.dart:632:18) #2 Process.runSync (dart:io-patch/process_patch.dart:68:12) #3 Context.runSync (file:///Users/taoli-blue/fvm/versions/2.10.3/packages/flutter_tools/bin/xcode_backend.dart:92:42) #4 Context.buildApp (file:///Users/taoli-blue/fvm/versions/2.10.3/packages/flutter_tools/bin/xcode_backend.dart:448:34) #5 Context.run (file:///Users/taoli-blue/fvm/versions/2.10.3/packages/flutter_tools/bin/xcode_backend.dart:51:9) #6 main (file:///Users/taoli-blue/fvm/versions/2.10.3/packages/flutter_tools/bin/xcode_backend.dart:17:5) #7 _delayEntrypointInvocation. (dart:isolate-patch/isolate_patch.dart:295:32) #8 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192:12) Command PhaseScriptExecution failed with a nonzero exit code
May ’22
Comment on XCode13.4 run flutter project failed to build iOS app
Already solved, is my own Xcode project path configuration problem
Replies
Boosts
Views
Activity
Jun ’22
Comment on XCode13.4 run flutter project failed to build iOS app
In addition to the above error, also reported this error: Unhandled exception: ProcessException: No such file or directory Command: /Users/taoli-blue/fvm/versions/2.10.3/bin/flutter assemble --no-version-check --output=/Users/taoli-blue/iOS/flutter_taoli_app/build/ios/Debug-dev-iphoneos/ -dTargetPlatform=ios -dTargetFile=/Users/taoli-blue/taoli/flutter_taoli_app/lib/main_dev.dart -dBuildMode=debug -dIosArchs=arm64 -dSdkRoot=/Applications/Xcode13.3/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk -dSplitDebugInfo= -dTreeShakeIcons=false -dTrackWidgetCreation=true -dDartObfuscation= -dEnableBitcode= --ExtraGenSnapshotOptions= --DartDefines= --ExtraFrontEndOptions= -dCodesignIdentity=21E6A88880ED32FA5B3525F5134308364DAB1434 debug_ios_bundle_flutter_assets #0 _ProcessImpl._runAndWait (dart:io-patch/process_patch.dart:487:7) #1 _runNonInteractiveProcessSync (dart:io-patch/process_patch.dart:632:18) #2 Process.runSync (dart:io-patch/process_patch.dart:68:12) #3 Context.runSync (file:///Users/taoli-blue/fvm/versions/2.10.3/packages/flutter_tools/bin/xcode_backend.dart:92:42) #4 Context.buildApp (file:///Users/taoli-blue/fvm/versions/2.10.3/packages/flutter_tools/bin/xcode_backend.dart:448:34) #5 Context.run (file:///Users/taoli-blue/fvm/versions/2.10.3/packages/flutter_tools/bin/xcode_backend.dart:51:9) #6 main (file:///Users/taoli-blue/fvm/versions/2.10.3/packages/flutter_tools/bin/xcode_backend.dart:17:5) #7 _delayEntrypointInvocation. (dart:isolate-patch/isolate_patch.dart:295:32) #8 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192:12) Command PhaseScriptExecution failed with a nonzero exit code
Replies
Boosts
Views
Activity
May ’22
Comment on XCode13.4 run flutter project failed to build iOS app
I have try flutter clean,but it still doesn't solve the problem
Replies
Boosts
Views
Activity
May ’22
Comment on XCode13.4 run flutter project failed to build iOS app
A new project is ok. It happen in a old project
Replies
Boosts
Views
Activity
May ’22