Hey everyone. Just tried KMM for the first time. T...
# multiplatform
p
Hey everyone. Just tried KMM for the first time. The build for iOS fails when trying to launch the default project (hello world project) from both Android Studio or XCode. This is the build log:
BUILD FAILED in 5s
Command PhaseScriptExecution failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution Run\ Script /Users/priyanshujain/AndroidStudioProjects/Test/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh (in target 'iosApp' from project 'iosApp')
(1 failure)
Can anyone help me with this? Thanks 🙂
✔️ 1
k
Try to check your environment with Kdoctor
p
It was a java version problem. Thanks for the help 🙂