In a KMP project after updating XCode to version 1...
# multiplatform
h
In a KMP project after updating XCode to version 16.0 by running the iOS app it says
Process 'command '/Library/Java/JavaVirtualMachines/jdk-19.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1
. The Kotlin version is 2.0.21 and the Gradle version is 8.7. How can I fix it?
👍 1
p
Did you start xcode manually before? I had a similar problem. I think I solved it by starting xcode manually or running
xcodebuild -license accept
in terminal.
Maybe command line tools are missing too.
s
same here @Hossein Amini did you manage to fix it?