qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Send to iOS fails on M1 chip #26

Closed GabeContra closed 1 year ago

GabeContra commented 2 years ago

When sending an application to iOS with a Mac with an M1 chip this error comes up:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':ios:compileJava'.
> Could not resolve all dependencies for configuration ':ios:compileClasspath'.
   > Failed to calculate the value of task ':ios:compileJava' property 'javaCompiler'.
      > Unable to download toolchain matching these requirements: {languageVersion=8, vendor=ADOPTOPENJDK, implementation=vendor-specific}
         > Unable to download toolchain. This might indicate that the combination (version, architecture, release/early access, ...) for the requested JDK is not available.
            > Could not read 'https://api.adoptopenjdk.net/v3/binary/latest/8/ga/mac/aarch64/jdk/hotspot/normal/adoptopenjdk' as it does not exist

It seems to be pulling an unsupported version of the jdk

andreas-stefik commented 1 year ago

Fixed this one.