<code>Unhandled exception:
ProcessException: No such file or directory
Command: /Users/husseinalatrach/flutter/bin/flutter assemble --no-version-check --output=/Users/husseinalatrach/Library/Developer/Xcode/DerivedData/eClubDemo-hbpeljvtechkzcanoubebtppxsdq/Build/Products/Debug-iphoneos/ -dTargetPlatform=ios -dTargetFile=lib/main.dart -dBuildMode=debug -dIosArchs=arm64 -dSdkRoot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -dSplitDebugInfo= -dTreeShakeIcons=true -dTrackWidgetCreation=false -dDartObfuscation=false -dAction=build -dFrontendServerStarterPath= --ExtraGenSnapshotOptions= --DartDefines= --ExtraFrontEndOptions= -dCodesignIdentity=01E0843D6D27CCE7897720AD5342D634F1492FAB debug_ios_bundle_flutter_assets
#0 _ProcessImpl._runAndWait (dart:io-patch/process_patch.dart:488:7)
#1 _runNonInteractiveProcessSync (dart:io-patch/process_patch.dart:633:18)
#2 Process.runSync (dart:io-patch/process_patch.dart:68:12)
#3 Context.runSync (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:86:42)
#4 Context.buildApp (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:392:34)
#5 Context.run (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:51:9)
#6 main (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:17:5)
#7 _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295:33)
#8 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12)
</code>
<code>Unhandled exception:
ProcessException: No such file or directory
Command: /Users/husseinalatrach/flutter/bin/flutter assemble --no-version-check --output=/Users/husseinalatrach/Library/Developer/Xcode/DerivedData/eClubDemo-hbpeljvtechkzcanoubebtppxsdq/Build/Products/Debug-iphoneos/ -dTargetPlatform=ios -dTargetFile=lib/main.dart -dBuildMode=debug -dIosArchs=arm64 -dSdkRoot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -dSplitDebugInfo= -dTreeShakeIcons=true -dTrackWidgetCreation=false -dDartObfuscation=false -dAction=build -dFrontendServerStarterPath= --ExtraGenSnapshotOptions= --DartDefines= --ExtraFrontEndOptions= -dCodesignIdentity=01E0843D6D27CCE7897720AD5342D634F1492FAB debug_ios_bundle_flutter_assets
#0 _ProcessImpl._runAndWait (dart:io-patch/process_patch.dart:488:7)
#1 _runNonInteractiveProcessSync (dart:io-patch/process_patch.dart:633:18)
#2 Process.runSync (dart:io-patch/process_patch.dart:68:12)
#3 Context.runSync (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:86:42)
#4 Context.buildApp (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:392:34)
#5 Context.run (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:51:9)
#6 main (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:17:5)
#7 _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295:33)
#8 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12)
</code>
Unhandled exception:
ProcessException: No such file or directory
Command: /Users/husseinalatrach/flutter/bin/flutter assemble --no-version-check --output=/Users/husseinalatrach/Library/Developer/Xcode/DerivedData/eClubDemo-hbpeljvtechkzcanoubebtppxsdq/Build/Products/Debug-iphoneos/ -dTargetPlatform=ios -dTargetFile=lib/main.dart -dBuildMode=debug -dIosArchs=arm64 -dSdkRoot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -dSplitDebugInfo= -dTreeShakeIcons=true -dTrackWidgetCreation=false -dDartObfuscation=false -dAction=build -dFrontendServerStarterPath= --ExtraGenSnapshotOptions= --DartDefines= --ExtraFrontEndOptions= -dCodesignIdentity=01E0843D6D27CCE7897720AD5342D634F1492FAB debug_ios_bundle_flutter_assets
#0 _ProcessImpl._runAndWait (dart:io-patch/process_patch.dart:488:7)
#1 _runNonInteractiveProcessSync (dart:io-patch/process_patch.dart:633:18)
#2 Process.runSync (dart:io-patch/process_patch.dart:68:12)
#3 Context.runSync (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:86:42)
#4 Context.buildApp (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:392:34)
#5 Context.run (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:51:9)
#6 main (file:///Users/husseinalatrach/flutter/packages/flutter_tools/bin/xcode_backend.dart:17:5)
#7 _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295:33)
#8 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12)
I tried updating / upgrading my packages in flutter, and then tried to clean / install / upgrade pods in Xcode,
This error appeared after I duplicated the project, and took the old lib folder copy it and paste it in the new project, so the old error was solved and then this error appeared
New contributor
MiracleXcode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.