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
With multiple versions of Java, JAVA_HOME may not point to Java 11 or later. This makes the iOS build break.
Also small basic tips for beginners like me in Xcode (cleaning derived sources folder to avoid constant build failures for example).
Also worth indicating the steps I needed to get Android working with M1 (needed to uninstall the emulator SDK that I brought in from my Intel backup)
The text was updated successfully, but these errors were encountered:
Context
With multiple versions of Java,
JAVA_HOME
may not point to Java 11 or later. This makes the iOS build break.Also small basic tips for beginners like me in Xcode (cleaning derived sources folder to avoid constant build failures for example).
Also worth indicating the steps I needed to get Android working with M1 (needed to uninstall the emulator SDK that I brought in from my Intel backup)
The text was updated successfully, but these errors were encountered: