You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After over an hour of fighting with the project, installing JDK 11 (because the newer ones won't work with gradle due to java.lang.IllegalArgumentException: Unsupported class file major version 62), hacking the gradle files to let it run ./gradlew linkDebugFrameworkIosArm64 linkReleaseFrameworkIosArm64 because I don't have (and don't need) the Android SDK installed, I still get this same error, and have no clue how to get past it.
The text was updated successfully, but these errors were encountered:
After over an hour of fighting with the project, installing JDK 11 (because the newer ones won't work with gradle due to
java.lang.IllegalArgumentException: Unsupported class file major version 62
), hacking the gradle files to let it run./gradlew linkDebugFrameworkIosArm64 linkReleaseFrameworkIosArm64
because I don't have (and don't need) the Android SDK installed, I still get this same error, and have no clue how to get past it.The text was updated successfully, but these errors were encountered: