Hi everybody: I’m trying to build a project in iO...
# multiplatform
m
Hi everybody: I’m trying to build a project in iOS (in Android, it’s working fine) and I’m following this post. However when building in Xcode, I’m getting:
Copy code
Calculating task graph as no cached configuration is available for tasks: :shared:embedAndSignAppleFrameworkForXcode
Type-safe project accessors is an incubating feature.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'remoti'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve com.google.firebase:firebase-crashlytics-gradle:3.0.2.
     Required by:
         root project : > com.google.firebase.crashlytics:com.google.firebase.crashlytics.gradle.plugin:3.0.2
      > Dependency requires at least JVM runtime version 17. This build uses a Java 11 JVM.

* Try:
> Run this build using a Java 17 or newer JVM.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at <https://help.gradle.org>.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to <https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings> in the Gradle documentation.

BUILD FAILED in 2s
Configuration cache entry stored.
Command PhaseScriptExecution failed with a nonzero exit code
When executing
java -version
I’m getting:
Copy code
openjdk version "17.0.5" 2022-10-18
OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)
OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode)