Is it still possible to develop React Native applications on MacPro Late 2013 (aka trash Mac).
I have been having issues in the building and compiling the applications, the error is related to java versioning conflict as I run android.
Error
Could not open settings generic class cache for settings file
‘/Users/john/Documents/reactnative/employee/android/settings.gradle’
(/Users/john/.gradle/caches/8.6/scripts/epxdwcaw86bse6iu3oo72ibrp).BUG! exception in phase ‘semantic analysis’ in source unit ‘BuildScript‘ Unsupported class file major version 66
I have attempted to follow the instructions from the site as well as some tutorials but issue is persisting.
Here’s the output from Java
java --version
openjdk 22.0.2 2024-07-16
OpenJDK Runtime Environment Homebrew (build 22.0.2)
OpenJDK 64-Bit Server VM Homebrew (build 22.0.2, mixed mode, sharing)
Android: 13.0(“Tiramisu”) 33-ext4
Xcode version is 14.2
Command Line Tools: Xcode 14.2 (14C18)
Let me know if you need more information about my environment setup.