Hi,
I'm unable to build for fenix847mm on macOS (Apple Silicon) with any available SDK version. Two separate bugs block the build:
Bug 1 (all SDKs): DevicesJsonReader$SizeKey NullPointerException on device loading ERROR: Unable to load devices: Cannot invoke "DevicesJsonReader$SizeKey.ordinal()" because "sizeKey" is null
Bug 2 (SDK 9.1.0): Internal compiler crash in Garmin-generated Rez code CompilerException: Cannot parse unsupported involatile operation 'bitor'
fenix847mm requires API 6.0.0, so SDK 8.x won't work. SDK 9.1.0 supports it but hits the bitor crash in generated Rez.mir, not in user source.
Is anyone successfully building for fenix847mm on macOS? Any workaround?
Full bug report with stack traces and SDK/API matrix available upon request.
Environment: macOS Apple Silicon, Java Temurin 17, SDK 9.1.0