Magnus Lundberg
08/10/2023, 12:09 PMThe operation couldn't be completed. Unable to locate a Java Runtime.
Please visit <http://www.java.com> for information on installing Java
At first I thought I had solved it by changing the build script to;
cd "$SRCROOT/.."
export $JAVA_HOME=/Users/magnus/.sdkman/candidates/java/current
./gradlew :shared:embedAndSignAppleFrameworkForXcode
However that just kicked the problem down the line. Has anyone else encountered this and have any advice?Magnus Lundberg
08/10/2023, 12:10 PM"$REPO_ROOT/../gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs="$ARCHS" -Pkotlin.native.cocoapods.configuration="$CONFIGURATION"