Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug === The path does not exist Command /bin/sh failed with exit code 255

Tags:

flutter-ios

Im getting the following error when running my flutter app as iOS. And when i run it as Android on Android emulator, it builds successfully and it works fine. I don't know whats wrong with the iOS part.

BUILD FAILED

Xcode's output:

↳
    === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
    The path  does not exist
    Command /bin/sh failed with exit code 255

Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.
like image 993
davidmcharo Avatar asked Oct 27 '25 06:10

davidmcharo


1 Answers

I have solved that issue by deleting "Runner.xcodepro" , "Pods" , "Runner.xcworkspace" and "Podfile" then executed "flutter create ." in project root directory. Build succeeded.

like image 108
ITcians Avatar answered Oct 30 '25 13:10

ITcians



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!