Closed antranapp closed 3 years ago
hi! as i see in log - xcode can't found JDK. we install JDK just from Oracle site, not using jenv. maybe jenv not setup some required for xcode settings and xcode not see java in this case. maybe jenv setup only terminal environment, but not setup current user environment... try install oracle jdk
Yeah, it is some environment configuration that I need to adjust. Just for future references in case anyone found this issue from Google, I have blogged about them a bit here: https://antran.app/2021/java_installation_ios_android_development_kotlin_multiplatform/
I'll close this issue now.
I guest this is not a problem of this template by itself, but more like the mac setup.
I still post a question here in case anyone can help. When running the sample project, I get this error
I have installed
java
usingjenv
and can see it in terminalNot sure how to make Xcode recognises my java runtime. Anyone can help?