Even though I built a new multiplatform project fr...
# multiplatform
r
Even though I built a new multiplatform project from Android studio, when I try to run the ios app, it shows The following build commands failed: PhaseScriptExecution Run\ Script /Users/r/AndroidStudioProjects/KMMApp/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh (in target 'iosApp' from project 'iosApp')
k
What does 'kdoctor -v' say?
r
@Konstantin Tskhovrebov no issue was shown when I ran this
I'll send screenshot when I'm back on my pc
The following build commands failed: PhaseScriptExecution Run\ Script /Users/r/AndroidStudioProjects/KMMApp/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh (in target 'iosApp' from project 'iosApp')
d
So there's a "run script" phase that is part of your Build Phases. The script is failing. At least, that's what the error generally means. You could try `cat`ing out
/Users/r/AndroidStudioProjects/KMMApp/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh
to determine which script is failing. Do you have an Xcode project? If so, open it, select your target and check the Build Phases tab.