facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
118.47k stars 24.26k forks source link

[New Arch - Debug] Build failed on linux due to CMake Ninja (?) #36806

Closed SectionTN closed 1 year ago

SectionTN commented 1 year ago

Description

Hello there!

React Native Version

0.71.6

Output of npx react-native info

info Fetching system and libraries information...

System:
    OS: Linux 6.2 Ubuntu 22.10 22.10 (Kinetic Kudu)
    CPU: (4) x64 Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
    Memory: 1.03 GB / 3.71 GB
    Shell: 5.2.2 - /bin/bash
  Binaries:
    Node: 19.8.1 - /snap/bin/node
    Yarn: 1.22.19 - /snap/bin/yarn
    npm: 9.1.3 - /usr/local/bin/npm
    Watchman: Not Found
  SDKs:
    Android SDK:
      API Levels: 31, 32, 33
      Build Tools: 30.0.3, 33.0.0, 33.0.1, 33.0.2
      Android NDK: Not Found
  IDEs:
    Android Studio: Not Found
  Languages:
    Java: 11.0.18 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 18.2.0 => 18.2.0 
    react-native: 0.71.6 => 0.71.6 
  npmGlobalPackages:
    *react-native*: Not Found

Steps to reproduce

  1. set newArchEnabled to 'true'
  2. yarn start
  3. yarn android
  4. build will reach 96% / 97% and it will fail.

Snack, code example, screenshot, or link to a repository

Build Error:

yarn run v1.22.19
$ react-native run-android
info JS server already running.
info Launching emulator...
error Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`.
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
info Installing the app...

> Configure project :app
WARNING:The option setting 'android.enableDexingArtifactTransform.desugaring=false' is deprecated.
The current default is 'true'.
It will be removed in version 8.0 of the Android Gradle plugin.

> Configure project :lottie-react-native
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.

> Configure project :notifee_react-native
:notifee_react-native @notifee/react-native found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@notifee/react-native
:notifee_react-native package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@notifee/react-native/package.json
:notifee_react-native:version set from package.json: 7.6.1 (7,6,1 - 7006001)
:notifee_react-native:android.compileSdk using custom value: 33
:notifee_react-native:android.targetSdk using custom value: 33
:notifee_react-native:android.minSdk using custom value: 24
:notifee_react-native:reactNativeAndroidDir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/android

> Configure project :react-native-firebase_analytics
:react-native-firebase_analytics package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/analytics/package.json
:react-native-firebase_app package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_analytics:firebase.bom using default value: 31.3.0
:react-native-firebase_analytics package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/analytics/package.json
:react-native-firebase_analytics:version set from package.json: 17.4.1 (17,4,1 - 17004001)
:react-native-firebase_analytics:android.compileSdk using custom value: 33
:react-native-firebase_analytics:android.targetSdk using custom value: 33
:react-native-firebase_analytics:android.minSdk using custom value: 24
:react-native-firebase_analytics:reactNativeAndroidDir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/android

> Configure project :react-native-firebase_app
:react-native-firebase_app package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_app:firebase.bom using default value: 31.3.0
:react-native-firebase_app:play.play-services-auth using default value: 20.3.0
:react-native-firebase_app package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_app:version set from package.json: 17.4.1 (17,4,1 - 17004001)
:react-native-firebase_app:android.compileSdk using custom value: 33
:react-native-firebase_app:android.targetSdk using custom value: 33
:react-native-firebase_app:android.minSdk using custom value: 24
:react-native-firebase_app:reactNativeAndroidDir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/android

> Configure project :react-native-firebase_auth
:react-native-firebase_auth package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/auth/package.json
:react-native-firebase_app package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_auth:firebase.bom using default value: 31.3.0
:react-native-firebase_auth package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/auth/package.json
:react-native-firebase_auth:version set from package.json: 17.4.1 (17,4,1 - 17004001)
:react-native-firebase_auth:android.compileSdk using custom value: 33
:react-native-firebase_auth:android.targetSdk using custom value: 33
:react-native-firebase_auth:android.minSdk using custom value: 24
:react-native-firebase_auth:reactNativeAndroidDir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/android

> Configure project :react-native-firebase_crashlytics
:react-native-firebase_crashlytics package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/crashlytics/package.json
:react-native-firebase_app package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_crashlytics:firebase.bom using default value: 31.3.0
:react-native-firebase_crashlytics package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/crashlytics/package.json
:react-native-firebase_crashlytics:version set from package.json: 17.4.1 (17,4,1 - 17004001)
:react-native-firebase_crashlytics:android.compileSdk using custom value: 33
:react-native-firebase_crashlytics:android.targetSdk using custom value: 33
:react-native-firebase_crashlytics:android.minSdk using custom value: 24
:react-native-firebase_crashlytics:reactNativeAndroidDir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/android

> Configure project :react-native-firebase_firestore
:react-native-firebase_firestore package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/firestore/package.json
:react-native-firebase_app package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_firestore:firebase.bom using default value: 31.3.0
:react-native-firebase_firestore package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/firestore/package.json
:react-native-firebase_firestore:version set from package.json: 17.4.1 (17,4,1 - 17004001)
:react-native-firebase_firestore:android.compileSdk using custom value: 33
:react-native-firebase_firestore:android.targetSdk using custom value: 33
:react-native-firebase_firestore:android.minSdk using custom value: 24
:react-native-firebase_firestore:reactNativeAndroidDir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/android

> Configure project :react-native-firebase_perf
:react-native-firebase_perf package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/perf/package.json
:react-native-firebase_app package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_perf:firebase.bom using default value: 31.3.0
:react-native-firebase_perf package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/perf/package.json
:react-native-firebase_perf:version set from package.json: 17.4.1 (17,4,1 - 17004001)
:react-native-firebase_perf:android.compileSdk using custom value: 33
:react-native-firebase_perf:android.targetSdk using custom value: 33
:react-native-firebase_perf:android.minSdk using custom value: 24
:react-native-firebase_perf:reactNativeAndroidDir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/android

> Configure project :react-native-firebase_storage
:react-native-firebase_storage package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/storage/package.json
:react-native-firebase_app package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/app/package.json
:react-native-firebase_storage:firebase.bom using default value: 31.3.0
:react-native-firebase_storage package.json found at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-firebase/storage/package.json
:react-native-firebase_storage:version set from package.json: 17.4.1 (17,4,1 - 17004001)
:react-native-firebase_storage:android.compileSdk using custom value: 33
:react-native-firebase_storage:android.targetSdk using custom value: 33
:react-native-firebase_storage:android.minSdk using custom value: 24
:react-native-firebase_storage:reactNativeAndroidDir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/android

> Configure project :react-native-gesture-handler
Checking the license for package CMake 3.18.1 in /home/sectiontn/Android/Sdk/licenses
License for package CMake 3.18.1 accepted.
Preparing "Install CMake 3.18.1 (revision: 3.18.1)".
"Install CMake 3.18.1 (revision: 3.18.1)" ready.
Installing CMake 3.18.1 in /home/sectiontn/Android/Sdk/cmake/3.18.1
"Install CMake 3.18.1 (revision: 3.18.1)" complete.
"Install CMake 3.18.1 (revision: 3.18.1)" finished.

> Configure project :react-native-reanimated
No AAR for react-native-reanimated found. Attempting to build from source.
Android gradle plugin: 7.3.1
Gradle: 7.5.1
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.

The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build. 
This might happen in subprojects that apply the Kotlin plugins with the Gradle 'plugins { ... }' DSL if they specify explicit versions, even if the versions are equal.
Please add the Kotlin plugin to the common parent project or the root project, then remove the versions in the subprojects.
If the parent project does not need the plugin, add 'apply false' to the plugin line.
See: https://docs.gradle.org/current/userguide/plugins.html#sec:subprojects_plugins_dsl
The Kotlin plugin was loaded in the following projects: ':react-native-gesture-handler', ':react-native-screens'

> Task :react-native-reanimated:buildCMakeDebug[arm64-v8a]
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   .cxx/Debug/4i2o1a23/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   CMakeLists.txt:1 (project)

> Task :react-native-gesture-handler:buildCMakeDebug[arm64-v8a]
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-gesture-handler/android/.cxx/Debug/16181544/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   CMakeLists.txt:1 (project)

> Task :react-native-gesture-handler:buildCMakeDebug[armeabi-v7a]
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-gesture-handler/android/.cxx/Debug/16181544/armeabi-v7a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   CMakeLists.txt:1 (project)

> Task :react-native-mmkv:buildCMakeDebug[arm64-v8a]
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   .cxx/Debug/711341j4/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   CMakeLists.txt:1 (project)

> Task :react-native-mmkv:buildCMakeDebug[armeabi-v7a]
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   .cxx/Debug/711341j4/armeabi-v7a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   CMakeLists.txt:1 (project)

> Task :react-native-reanimated:buildCMakeDebug[armeabi-v7a]
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   .cxx/Debug/4i2o1a23/armeabi-v7a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   CMakeLists.txt:1 (project)

> Task :react-native-reanimated:mergeDebugJniLibFolders
Execution optimizations have been disabled for task ':react-native-reanimated:mergeDebugJniLibFolders' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-reanimated/android/src/main/jniLibs'. Reason: Task ':react-native-reanimated:mergeDebugJniLibFolders' uses this output of task ':react-native-reanimated:packageNdkLibs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :app:buildCMakeDebug[arm64-v8a]
C/C++: ninja: Entering directory `/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a'
C/C++: /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp:64:61: error: use of undeclared identifier 'LottieAnimationViewComponentDescriptor'
C/C++: In file included from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.cpp:1:
C/C++: /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h:19:7: warning: designated initializers are a C++20 extension [-Wc++20-designator]
C/C++: In file included from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.cpp:1:
C/C++: In file included from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.h:6:
C/C++: /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/../../../../common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h:19:7: warning: designated initializers are a C++20 extension [-Wc++20-designator]

> Task :app:buildCMakeDebug[arm64-v8a] FAILED

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

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

See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
496 actionable tasks: 35 executed, 6 from cache, 455 up-to-date

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:buildCMakeDebug[arm64-v8a]'.
> com.android.ide.common.process.ProcessException: ninja: Entering directory `/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a'
  [0/2] Re-checking globbed directories...
  [1/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/EventEmitters.cpp.o
  [2/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/EventEmitters.cpp.o
  [3/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/ShadowNodes.cpp.o
  [4/49] Building CXX object CMakeFiles/appmodules.dir/OnLoad.cpp.o
  [5/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/Props.cpp.o
  [6/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/rngesturehandler_codegenJSI-generated.cpp.o
  [7/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/rngesturehandler_codegen-generated.cpp.o
  [8/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/States.cpp.o
  [9/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/Props.cpp.o
  [10/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/ShadowNodes.cpp.o
  [11/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/reactnativemmkvJSI-generated.cpp.o
  [12/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/States.cpp.o
  [13/49] Linking CXX shared library /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/intermediates/cxx/Debug/715k73t4/obj/arm64-v8a/libreact_codegen_rngesturehandler_codegen.so
  [14/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/RNCViewPager-generated.cpp.o
  [15/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/reactnativemmkv-generated.cpp.o
  [16/49] Linking CXX shared library /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/intermediates/cxx/Debug/715k73t4/obj/arm64-v8a/libreact_codegen_reactnativemmkv.so
  [17/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/RNCViewPagerJSI-generated.cpp.o
  [18/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/EventEmitters.cpp.o
  [19/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/Props.cpp.o
  [20/49] Building CXX object CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o
  FAILED: CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o 
  /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android24 --sysroot=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -Dappmodules_EXPORTS -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/default-app-setup -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-gesture-handler/android/build/generated/source/codegen/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-gesture-handler/android/build/generated/source/codegen/jni/react/renderer/components/rngesturehandler_codegen -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-mmkv/android/build/generated/source/codegen/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-mmkv/android/build/generated/source/codegen/jni/react/renderer/components/reactnativemmkv -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-pager-view/android/build/generated/source/codegen/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-pager-view/android/build/generated/source/codegen/jni/react/renderer/components/RNCViewPager -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/../../../../common/cpp -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/../../../build/generated/source/codegen/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/../../../build/generated/source/codegen/jni/react/renderer/components/safeareacontext -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni/../../../../common/cpp -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni/../../../build/generated/source/codegen/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni/../../../build/generated/source/codegen/jni/react/renderer/components/rnscreens -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-svg/android/build/generated/source/codegen/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-svg/android/build/generated/source/codegen/jni/react/renderer/components/rnsvg -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/fabricjni/include -isystem /home/sectiontn/.gradle/caches/transforms-3/ac3aea18228d4bd1db524edb4410ece0/transformed/jetified-fbjni-0.3.0/prefab/modules/fbjni/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/folly_runtime/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/glog/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/jsi/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_codegen_rncore/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_debug/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_nativemodule_core/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_newarchdefaults/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_componentregistry/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_core/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_debug/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_graphics/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_imagemanager/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_mapbuffer/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/rrc_image/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/rrc_view/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/runtimeexecutor/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/turbomodulejsijni/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/yoga/include -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fexceptions -frtti -stdlib=libc++ -g  -fno-limit-debug-info -fPIC -Wall -Werror -fexceptions -frtti -std=c++17 -DWITH_INSPECTOR=1 -DLOG_TAG=\"ReactNative\" -DFOLLY_NO_CONFIG=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_MOBILE=1 -DFOLLY_HAVE_RECVMMSG=1 -DFOLLY_HAVE_PTHREAD=1 -DFOLLY_HAVE_XSI_STRERROR_R=1 -MD -MT CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o -MF CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o.d -o CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o -c /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp
  /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp:64:61: error: use of undeclared identifier 'LottieAnimationViewComponentDescriptor'
    providerRegistry->add(concreteComponentDescriptorProvider<LottieAnimationViewComponentDescriptor>());
                                                              ^
  1 error generated.
  [21/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/States.cpp.o
  [22/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/ShadowNodes.cpp.o
  [23/49] Building CXX object safeareacontext_autolinked_build/CMakeFiles/react_codegen_safeareacontext.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.cpp.o
  In file included from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.cpp:1:
  /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h:19:7: warning: designated initializers are a C++20 extension [-Wc++20-designator]
        .left = (float)value["left"].getDouble(),
        ^
  1 warning generated.
  [24/49] Building CXX object safeareacontext_autolinked_build/CMakeFiles/react_codegen_safeareacontext.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.cpp.o
  In file included from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.cpp:1:
  In file included from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.h:6:
  /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/../../../../common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h:19:7: warning: designated initializers are a C++20 extension [-Wc++20-designator]
        .left = (float)value["left"].getDouble(),
        ^
  1 warning generated.
  [25/49] Building CXX object safeareacontext_autolinked_build/CMakeFiles/react_codegen_safeareacontext.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/build/generated/source/codegen/jni/react/renderer/components/safeareacontext/EventEmitters.cpp.o
  ninja: build stopped: subcommand failed.

  C++ build system [build] failed while executing:
      /home/sectiontn/Android/Sdk/cmake/3.22.1/bin/ninja \
        -C \
        /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a \
        appmodules \
        react_codegen_RNCViewPager \
        react_codegen_reactnativemmkv \
        react_codegen_rngesturehandler_codegen \
        react_codegen_rnscreens \
        react_codegen_rnsvg \
        react_codegen_safeareacontext
    from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app

* Try:
> 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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
java.lang.StackOverflowError (no error message)

* Try:
> 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

BUILD FAILED in 3m 5s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:buildCMakeDebug[arm64-v8a]'.
> com.android.ide.common.process.ProcessException: ninja: Entering directory `/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a'
  [0/2] Re-checking globbed directories...
  [1/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/EventEmitters.cpp.o
  [2/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/EventEmitters.cpp.o
  [3/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/ShadowNodes.cpp.o
  [4/49] Building CXX object CMakeFiles/appmodules.dir/OnLoad.cpp.o
  [5/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/Props.cpp.o
  [6/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/rngesturehandler_codegenJSI-generated.cpp.o
  [7/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/rngesturehandler_codegen-generated.cpp.o
  [8/49] Building CXX object rngesturehandler_codegen_autolinked_build/CMakeFiles/react_codegen_rngesturehandler_codegen.dir/react/renderer/components/rngesturehandler_codegen/States.cpp.o
  [9/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/Props.cpp.o
  [10/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/ShadowNodes.cpp.o
  [11/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/reactnativemmkvJSI-generated.cpp.o
  [12/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/react/renderer/components/reactnativemmkv/States.cpp.o
  [13/49] Linking CXX shared library /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/intermediates/cxx/Debug/715k73t4/obj/arm64-v8a/libreact_codegen_rngesturehandler_codegen.so
  [14/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/RNCViewPager-generated.cpp.o
  [15/49] Building CXX object reactnativemmkv_autolinked_build/CMakeFiles/react_codegen_reactnativemmkv.dir/reactnativemmkv-generated.cpp.o
  [16/49] Linking CXX shared library /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/intermediates/cxx/Debug/715k73t4/obj/arm64-v8a/libreact_codegen_reactnativemmkv.so
  [17/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/RNCViewPagerJSI-generated.cpp.o
  [18/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/EventEmitters.cpp.o
  [19/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/Props.cpp.o
  [20/49] Building CXX object CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o
  FAILED: CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o 
  /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ --target=aarch64-none-linux-android24 --sysroot=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -Dappmodules_EXPORTS -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/default-app-setup -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-gesture-handler/android/build/generated/source/codegen/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-gesture-handler/android/build/generated/source/codegen/jni/react/renderer/components/rngesturehandler_codegen -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-mmkv/android/build/generated/source/codegen/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-mmkv/android/build/generated/source/codegen/jni/react/renderer/components/reactnativemmkv -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-pager-view/android/build/generated/source/codegen/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-pager-view/android/build/generated/source/codegen/jni/react/renderer/components/RNCViewPager -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/../../../../common/cpp -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/../../../build/generated/source/codegen/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/../../../build/generated/source/codegen/jni/react/renderer/components/safeareacontext -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni/../../../../common/cpp -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni/../../../build/generated/source/codegen/jni -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-screens/android/src/main/jni/../../../build/generated/source/codegen/jni/react/renderer/components/rnscreens -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-svg/android/build/generated/source/codegen/jni/. -I/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-svg/android/build/generated/source/codegen/jni/react/renderer/components/rnsvg -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/fabricjni/include -isystem /home/sectiontn/.gradle/caches/transforms-3/ac3aea18228d4bd1db524edb4410ece0/transformed/jetified-fbjni-0.3.0/prefab/modules/fbjni/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/folly_runtime/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/glog/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/jsi/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_codegen_rncore/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_debug/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_nativemodule_core/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_newarchdefaults/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_componentregistry/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_core/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_debug/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_graphics/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_imagemanager/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/react_render_mapbuffer/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/rrc_image/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/rrc_view/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/runtimeexecutor/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/turbomodulejsijni/include -isystem /home/sectiontn/.gradle/caches/transforms-3/cb502f6de1f7e29de132d1d7e3f9ebad/transformed/jetified-react-android-0.71.6-debug/prefab/modules/yoga/include -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fexceptions -frtti -stdlib=libc++ -g  -fno-limit-debug-info -fPIC -Wall -Werror -fexceptions -frtti -std=c++17 -DWITH_INSPECTOR=1 -DLOG_TAG=\"ReactNative\" -DFOLLY_NO_CONFIG=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_MOBILE=1 -DFOLLY_HAVE_RECVMMSG=1 -DFOLLY_HAVE_PTHREAD=1 -DFOLLY_HAVE_XSI_STRERROR_R=1 -MD -MT CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o -MF CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o.d -o CMakeFiles/appmodules.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp.o -c /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp
  /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp:64:61: error: use of undeclared identifier 'LottieAnimationViewComponentDescriptor'
    providerRegistry->add(concreteComponentDescriptorProvider<LottieAnimationViewComponentDescriptor>());
                                                              ^
  1 error generated.
  [21/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/States.cpp.o
  [22/49] Building CXX object RNCViewPager_autolinked_build/CMakeFiles/react_codegen_RNCViewPager.dir/react/renderer/components/RNCViewPager/ShadowNodes.cpp.o
  [23/49] Building CXX object safeareacontext_autolinked_build/CMakeFiles/react_codegen_safeareacontext.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.cpp.o
  In file included from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.cpp:1:
  /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h:19:7: warning: designated initializers are a C++20 extension [-Wc++20-designator]
        .left = (float)value["left"].getDouble(),
        ^
  1 warning generated.
  [24/49] Building CXX object safeareacontext_autolinked_build/CMakeFiles/react_codegen_safeareacontext.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.cpp.o
  In file included from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.cpp:1:
  In file included from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.h:6:
  /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/src/main/jni/../../../../common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h:19:7: warning: designated initializers are a C++20 extension [-Wc++20-designator]
        .left = (float)value["left"].getDouble(),
        ^
  1 warning generated.
  [25/49] Building CXX object safeareacontext_autolinked_build/CMakeFiles/react_codegen_safeareacontext.dir/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-safe-area-context/android/build/generated/source/codegen/jni/react/renderer/components/safeareacontext/EventEmitters.cpp.o
  ninja: build stopped: subcommand failed.

  C++ build system [build] failed while executing:
      /home/sectiontn/Android/Sdk/cmake/3.22.1/bin/ninja \
        -C \
        /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a \
        appmodules \
        react_codegen_RNCViewPager \
        react_codegen_reactnativemmkv \
        react_codegen_rngesturehandler_codegen \
        react_codegen_rnscreens \
        react_codegen_rnsvg \
        react_codegen_safeareacontext
    from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app

* Try:
> 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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
java.lang.StackOverflowError (no error message)

* Try:
> 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

BUILD FAILED in 3m 5s

    at makeError (/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/execa/index.js:174:9)
    at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/execa/index.js:278:16
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async runOnAllDevices (/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/runOnAllDevices.js:82:7)
    at async Command.handleAction (/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-community/cli/build/index.js:108:9)
info Run CLI with --verbose flag for more details.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

build.gradle file:


// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    ext {
        buildToolsVersion = "33.0.0"
        minSdkVersion = 24
        compileSdkVersion = 33
        targetSdkVersion = 33

        ndkVersion = "23.1.7779620"
    }
    repositories {
        google()
        mavenCentral()
    }
    dependencies {
        classpath("com.android.tools.build:gradle:7.3.1")
        classpath("com.facebook.react:react-native-gradle-plugin")
        classpath 'com.google.gms:google-services:4.3.15'
        classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.1'
        classpath 'com.google.firebase:perf-plugin:1.4.1'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

app/build.gradle file:

apply plugin: "com.android.application"
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'com.google.firebase.firebase-perf'
apply plugin: "com.facebook.react"

import com.android.build.OutputFile

/**
 * This is the configuration block to customize your React Native Android app.
 * By default you don't need to apply any configuration, just uncomment the lines you need.
 */

react {
    /* Folders */
    //   The root of your project, i.e. where "package.json" lives. Default is '..'
    // root = file("../")
    //   The folder where the react-native NPM package is. Default is ../node_modules/react-native
    // reactNativeDir = file("../node-modules/react-native")
    //   The folder where the react-native Codegen package is. Default is ../node_modules/react-native-codegen
    // codegenDir = file("../node-modules/react-native-codegen")
    //   The cli.js file which is the React Native CLI entrypoint. Default is ../node_modules/react-native/cli.js
    // cliFile = file("../node_modules/react-native/cli.js")
    /* Variants */
    //   The list of variants to that are debuggable. For those we're going to
    //   skip the bundling of the JS bundle and the assets. By default is just 'debug'.
    //   If you add flavors like lite, prod, etc. you'll have to list your debuggableVariants.
    // debuggableVariants = ["liteDebug", "prodDebug"]
    /* Bundling */
    //   A list containing the node command and its flags. Default is just 'node'.
    // nodeExecutableAndArgs = ["node"]
    //
    //   The command to run when bundling. By default is 'bundle'
    // bundleCommand = "ram-bundle"
    //
    //   The path to the CLI configuration file. Default is empty.
    // bundleConfig = file(../rn-cli.config.js)
    //
    //   The name of the generated asset file containing your JS bundle
    // bundleAssetName = "MyApplication.android.bundle"
    //
    //   The entry file for bundle generation. Default is 'index.android.js' or 'index.js'
    // entryFile = file("../js/MyApplication.android.js")
    //
    //   A list of extra flags to pass to the 'bundle' commands.
    //   See https://github.com/react-native-community/cli/blob/main/docs/commands.md#bundle
    // extraPackagerArgs = []
    /* Hermes Commands */
    //   The hermes compiler command to run. By default it is 'hermesc'
    // hermesCommand = "$rootDir/my-custom-hermesc/bin/hermesc"
    //
    //   The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
    // hermesFlags = ["-O", "-output-source-map"]
}

/**
 * Set this to true to create four separate APKs instead of one,
 * one for each native architecture. This is useful if you don't
 * use App Bundles (https://developer.android.com/guide/app-bundle/)
 * and want to have separate APKs to upload to the Play Store.
 */
def enableSeparateBuildPerCPUArchitecture = true

/**
 * Set this to true to Run Proguard on Release builds to minify the Java bytecode.
 */
def enableProguardInReleaseBuilds = true

/**
 * The preferred build flavor of JavaScriptCore (JSC)
 *
 * For example, to use the international variant, you can use:
 * `def jscFlavor = 'org.webkit:android-jsc-intl:+'`
 *
 * The international variant includes ICU i18n library and necessary data
 * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that
 * give correct results when using with locales other than en-US. Note that
 * this variant is about 6MiB larger per architecture than default.
 */
def jscFlavor = 'org.webkit:android-jsc:+'

/**
 * Private function to get the list of Native Architectures you want to build.
 * This reads the value from reactNativeArchitectures in your gradle.properties
 * file and works together with the --active-arch-only flag of react-native run-android.
 */
def reactNativeArchitectures() {
    def value = project.getProperties().get("reactNativeArchitectures")
    return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}

android {
    ndkVersion rootProject.ext.ndkVersion

    compileSdkVersion rootProject.ext.compileSdkVersion

    namespace "org.moon.moonmeet"

    compileOptions {
      sourceCompatibility JavaVersion.VERSION_1_8
      targetCompatibility JavaVersion.VERSION_1_8
    }
    defaultConfig {
        applicationId "org.moon.moonmeet"
        minSdkVersion rootProject.ext.minSdkVersion
        targetSdkVersion rootProject.ext.targetSdkVersion
        multiDexEnabled true
        vectorDrawables.useSupportLibrary = true
        versionCode 4
        versionName "1.0.2"
    }
    externalNativeBuild {
        cmake {
            version "3.22.1"
        }
    }
    splits {
        abi {
            reset()
            enable enableSeparateBuildPerCPUArchitecture
            universalApk true  // If true, also generate a universal APK
            include (*reactNativeArchitectures())
        }
    }
    signingConfigs {
        debug {
            storeFile file('config/release.keystore')
            storePassword System.getenv('KEYPASS')
            keyAlias System.getenv('KEYALIAS')
            keyPassword System.getenv('KEYALIASPASS')

        }
        release { 
            storeFile file('config/release.keystore')
            storePassword System.getenv('KEYPASS')
            keyAlias System.getenv('KEYALIAS')
            keyPassword System.getenv('KEYALIASPASS')
        } // I am using my own keystore for debugging and release, you SHOULD follow README.md for instructions.
    }
    buildTypes {
        debug {
            signingConfig signingConfigs.debug
            multiDexEnabled true
            minifyEnabled false
        }
        release {
            // Caution! In production, you need to generate your own keystore file.
            // see https://reactnative.dev/docs/signed-apk-android.
            signingConfig signingConfigs.release
            minifyEnabled enableProguardInReleaseBuilds
            multiDexEnabled true
            proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
        }
    }

    lintOptions {
        checkReleaseBuilds false
        abortOnError = false
    }

    // applicationVariants are e.g. debug, release
    applicationVariants.all { variant ->
        variant.outputs.each { output ->
            // For each separate APK per architecture, set a unique version code as described here:
            // https://developer.android.com/studio/build/configure-apk-splits.html
            // Example: versionCode 1 will generate 1001 for armeabi-v7a, 1002 for x86, etc.
            def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4]
            def abi = output.getFilter(OutputFile.ABI)
            if (abi != null) {  // null for the universal-debug, universal-release variants
                output.versionCodeOverride =
                        defaultConfig.versionCode * 1000 + versionCodes.get(abi)
            }

        }
    }
}

dependencies {

    // The version of react-native is set by the React Native Gradle Plugin
    implementation("com.facebook.react:react-android") 

    implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")

    implementation project(':react-native-vector-icons')

    implementation "androidx.core:core:1.9.0"
    implementation "androidx.core:core-ktx:1.9.0"
    implementation "androidx.activity:activity:1.6.1"
    implementation 'androidx.multidex:multidex:2.0.1'
    implementation "androidx.appcompat:appcompat:1.6.0"
    implementation "com.google.android.material:material:1.6.1"
    implementation "androidx.browser:browser:1.4.0"
    implementation "com.squareup.okhttp3:okhttp:4.10.0"

    debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
    debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
        exclude group:'com.squareup.okhttp3', module:'okhttp'
    }

    debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}")
    if (hermesEnabled.toBoolean()) {
        implementation("com.facebook.react:hermes-android")
    } else {
        implementation jscFlavor
    }
}
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
cortinico commented 1 year ago

/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/rncli.cpp:64:61: error: use of undeclared identifier 'LottieAnimationViewComponentDescriptor' providerRegistry->add(concreteComponentDescriptorProvider());

According to this line, your build is failing to link with Lottie. Could you open this issue against: https://github.com/lottie-react-native/lottie-react-native/issues and get back to us if they report that this issue is inside react-native core?

SectionTN commented 1 year ago

Screenshot_20230405-131015.png

as i see, i was using the v5.1.5 stable of Lottie which doesn't support new architecture, the RC releases support new arch, i'll try to run the build again with the RC version to see if it works or not and i'll inform you. thanks for responding!

SectionTN commented 1 year ago

Hi again! @cortinico i've tried again and i got an error about codegen

Build Output:

> Task :react-native-mmkv:generateCodegenSchemaFromJavaScript

> Task :react-native-reanimated:configureCMakeDebug[arm64-v8a]
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   /home/sectiontn/Android/Sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
C/C++:   CMakeLists.txt:1 (project)
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-reanimated/android/.cxx/Debug/4i2o1a23/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-reanimated/android/.cxx/Debug/4i2o1a23/arm64-v8a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-reanimated/android/.cxx/Debug/4i2o1a23/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-reanimated/android/.cxx/Debug/4i2o1a23/arm64-v8a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)

> Task :app:configureCMakeDebug[arm64-v8a] FAILED
C/C++: CMake Error at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/Android-rncli.cmake:7 (add_subdirectory):
C/C++:   add_subdirectory given source
C/C++:   "/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-gesture-handler/android/build/generated/source/codegen/jni/"
C/C++:   which is not an existing directory.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:106 (include)
C/C++:   CMakeLists.txt:31 (include)
C/C++: CMake Error at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:109 (target_link_libraries):
C/C++:   Cannot specify link libraries for target
C/C++:   "react_codegen_rngesturehandler_codegen" which is not built by this
C/C++:   project.
C/C++: Call Stack (most recent call first):
C/C++:   CMakeLists.txt:31 (include)

> Task :react-native-mmkv:configureCMakeDebug[arm64-v8a]
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   /home/sectiontn/Android/Sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
C/C++:   CMakeLists.txt:1 (project)
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-mmkv/android/.cxx/Debug/711341j4/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-mmkv/android/.cxx/Debug/711341j4/arm64-v8a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
C/C++: CMake Warning at /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++:   An old version of CMake is being used that cannot automatically detect
C/C++:   compiler attributes.  Compiler identification is being bypassed.  Some
C/C++:   values may be wrong or missing.  Update to CMake 3.19 or newer to use
C/C++:   CMake's built-in compiler identification.
C/C++: Call Stack (most recent call first):
C/C++:   /home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-mmkv/android/.cxx/Debug/711341j4/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake:6 (include)
C/C++:   /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-mmkv/android/.cxx/Debug/711341j4/arm64-v8a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
431 actionable tasks: 116 executed, 310 from cache, 5 up-to-date
No modules to process in combine-js-to-schema-cli. If this is unexpected, please check if you set up your NativeComponent correctly. See combine-js-to-schema.js for how codegen finds modules.

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'.
> [CXX1405] error when building with cmake using /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/default-app-setup/CMakeLists.txt: -- Android: Targeting API '24' with architecture 'arm64', ABI 'arm64-v8a', and processor 'aarch64'
  -- Android: Selected unified Clang toolchain
  -- The C compiler identification is Clang 12.0.8
  -- The CXX compiler identification is Clang 12.0.8
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- Configuring incomplete, errors occurred!
  See also "/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeOutput.log".

  C++ build system [configure] failed while executing:
      /home/sectiontn/Android/Sdk/cmake/3.22.1/bin/cmake \
        -H/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/default-app-setup \
        -DCMAKE_SYSTEM_NAME=Android \
        -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
        -DCMAKE_SYSTEM_VERSION=24 \
        -DANDROID_PLATFORM=android-24 \
        -DANDROID_ABI=arm64-v8a \
        -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a \
        -DANDROID_NDK=/home/sectiontn/Android/Sdk/ndk/23.1.7779620 \
        -DCMAKE_ANDROID_NDK=/home/sectiontn/Android/Sdk/ndk/23.1.7779620 \
        -DCMAKE_TOOLCHAIN_FILE=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake \
        -DCMAKE_MAKE_PROGRAM=/home/sectiontn/Android/Sdk/cmake/3.22.1/bin/ninja \
        -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/intermediates/cxx/Debug/715k73t4/obj/arm64-v8a \
        -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/intermediates/cxx/Debug/715k73t4/obj/arm64-v8a \
        -DCMAKE_BUILD_TYPE=Debug \
        -DCMAKE_FIND_ROOT_PATH=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/prefab/arm64-v8a/prefab \
        -B/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a \
        -GNinja \
        -DPROJECT_BUILD_DIR=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build \
        -DREACT_ANDROID_DIR=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid \
        -DANDROID_STL=c++_shared
    from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app
  CMake Error at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/Android-rncli.cmake:7 (add_subdirectory):
    add_subdirectory given source
    "/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-gesture-handler/android/build/generated/source/codegen/jni/"
    which is not an existing directory.
  Call Stack (most recent call first):
    /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:106 (include)
    CMakeLists.txt:31 (include)

  CMake Error at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:109 (target_link_libraries):
    Cannot specify link libraries for target
    "react_codegen_rngesturehandler_codegen" which is not built by this
    project.
  Call Stack (most recent call first):
    CMakeLists.txt:31 (include)

* Try:
> 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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
java.lang.StackOverflowError (no error message)

* Try:
> 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

BUILD FAILED in 1m 32s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
No modules to process in combine-js-to-schema-cli. If this is unexpected, please check if you set up your NativeComponent correctly. See combine-js-to-schema.js for how codegen finds modules.

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'.
> [CXX1405] error when building with cmake using /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/default-app-setup/CMakeLists.txt: -- Android: Targeting API '24' with architecture 'arm64', ABI 'arm64-v8a', and processor 'aarch64'
  -- Android: Selected unified Clang toolchain
  -- The C compiler identification is Clang 12.0.8
  -- The CXX compiler identification is Clang 12.0.8
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- Configuring incomplete, errors occurred!
  See also "/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeOutput.log".

  C++ build system [configure] failed while executing:
      /home/sectiontn/Android/Sdk/cmake/3.22.1/bin/cmake \
        -H/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/default-app-setup \
        -DCMAKE_SYSTEM_NAME=Android \
        -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
        -DCMAKE_SYSTEM_VERSION=24 \
        -DANDROID_PLATFORM=android-24 \
        -DANDROID_ABI=arm64-v8a \
        -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a \
        -DANDROID_NDK=/home/sectiontn/Android/Sdk/ndk/23.1.7779620 \
        -DCMAKE_ANDROID_NDK=/home/sectiontn/Android/Sdk/ndk/23.1.7779620 \
        -DCMAKE_TOOLCHAIN_FILE=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake \
        -DCMAKE_MAKE_PROGRAM=/home/sectiontn/Android/Sdk/cmake/3.22.1/bin/ninja \
        -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/intermediates/cxx/Debug/715k73t4/obj/arm64-v8a \
        -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/intermediates/cxx/Debug/715k73t4/obj/arm64-v8a \
        -DCMAKE_BUILD_TYPE=Debug \
        -DCMAKE_FIND_ROOT_PATH=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/prefab/arm64-v8a/prefab \
        -B/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a \
        -GNinja \
        -DPROJECT_BUILD_DIR=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build \
        -DREACT_ANDROID_DIR=/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid \
        -DANDROID_STL=c++_shared
    from /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app
  CMake Error at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/build/generated/rncli/src/main/jni/Android-rncli.cmake:7 (add_subdirectory):
    add_subdirectory given source
    "/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native-gesture-handler/android/build/generated/source/codegen/jni/"
    which is not an existing directory.
  Call Stack (most recent call first):
    /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:106 (include)
    CMakeLists.txt:31 (include)

  CMake Error at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:109 (target_link_libraries):
    Cannot specify link libraries for target
    "react_codegen_rngesturehandler_codegen" which is not built by this
    project.
  Call Stack (most recent call first):
    CMakeLists.txt:31 (include)

* Try:
> 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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
java.lang.StackOverflowError (no error message)

* Try:
> 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

BUILD FAILED in 1m 32s

    at makeError (/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/execa/index.js:174:9)
    at /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/execa/index.js:278:16
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async runOnAllDevices (/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/runOnAllDevices.js:82:7)
    at async Command.handleAction (/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/node_modules/@react-native-community/cli/build/index.js:108:9)
info Run CLI with --verbose flag for more details.
error Command failed with exit code 1.

CMake Output:

The target system is: Android - 24 - aarch64
The host system is: Linux - 6.2.9-4-liquorix-amd64 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang 
Build flags: 
Id flags: -c;--target=aarch64-none-linux-android24 

The output was:
0

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o"

The C compiler identification is Clang, found in "/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ 
Build flags: 
Id flags: -c;--target=aarch64-none-linux-android24 

The output was:
0

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o"

The CXX compiler identification is Clang, found in "/home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o"

Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeTmp

Run Build Command(s):/home/sectiontn/Android/Sdk/cmake/3.22.1/bin/ninja cmTC_62a38 && [1/2] Building C object CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o
Android (7714059, based on r416183c1) clang version 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee)
Target: aarch64-none-linux-android24
Thread model: posix
InstalledDir: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin
Found candidate GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
Selected GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
Candidate multilib: .;@m64
Selected multilib: .;@m64
 (in-process)
 "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" -cc1 -triple aarch64-none-linux-android24 -emit-obj --mrelax-relocations -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu generic -target-feature +neon -target-abi aapcs -mllvm -aarch64-fix-cortex-a53-835769=1 -fallow-half-arguments-and-returns -fno-split-dwarf-inlining -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -v -ffunction-sections -fdata-sections -resource-dir /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8 -dependency-file CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o -sys-header-deps -D ANDROID -D _FORTIFY_SOURCE=2 -D NDEBUG -isysroot /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/include -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -O2 -Wformat -fdebug-compilation-dir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 2 -fno-signed-char -fgnuc-version=4.2.1 -fexceptions -vectorize-loops -vectorize-slp -o CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o -x c /home/sectiontn/Android/Sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCCompilerABI.c
clang -cc1 version 12.0.8 based upon LLVM 12.0.8git default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/include"
#include "..." search starts here:
#include <...> search starts here:
 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include
 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include
 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android
 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include
End of search list.
[2/2] Linking C executable cmTC_62a38
Android (7714059, based on r416183c1) clang version 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee)
Target: aarch64-none-linux-android24
Thread model: posix
InstalledDir: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin
Found candidate GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
Selected GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
Candidate multilib: .;@m64
Selected multilib: .;@m64
 "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/ld" --sysroot=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -pie -z noexecstack -EL --fix-cortex-a53-843419 --warn-shared-textrel -z now -z relro -z max-page-size=4096 --hash-style=gnu --enable-new-dtags --eh-frame-hdr -m aarch64linux -dynamic-linker /system/bin/linker64 -o cmTC_62a38 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64 -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24 -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib --build-id=sha1 --no-rosegment --fatal-warnings --no-undefined --gc-sections CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o -latomic -lm /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a -l:libunwind.a -ldl -lc /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a -l:libunwind.a -ldl /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o

Parsed C implicit include dir info from above output: rv=done
  found start of include info
  found start of implicit include info
    add: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include]
    add: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include]
    add: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android]
    add: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include]
  end of search list found
  collapse include dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include]
  collapse include dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include]
  collapse include dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android]
  collapse include dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include]
  implicit include dirs: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include]

Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld\.lld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/home/sectiontn/Android/Sdk/cmake/3.22.1/bin/ninja cmTC_62a38 && [1/2] Building C object CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o]
  ignore line: [Android (7714059  based on r416183c1) clang version 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee)]
  ignore line: [Target: aarch64-none-linux-android24]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin]
  ignore line: [Found candidate GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
  ignore line: [Selected GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
  ignore line: [Candidate multilib: .]
  ignore line: [@m64]
  ignore line: [Selected multilib: .]
  ignore line: [@m64]
  ignore line: [ (in-process)]
  ignore line: [ "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" -cc1 -triple aarch64-none-linux-android24 -emit-obj --mrelax-relocations -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu generic -target-feature +neon -target-abi aapcs -mllvm -aarch64-fix-cortex-a53-835769=1 -fallow-half-arguments-and-returns -fno-split-dwarf-inlining -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -v -ffunction-sections -fdata-sections -resource-dir /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8 -dependency-file CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o.d -MT CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o -sys-header-deps -D ANDROID -D _FORTIFY_SOURCE=2 -D NDEBUG -isysroot /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/include -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -O2 -Wformat -fdebug-compilation-dir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 2 -fno-signed-char -fgnuc-version=4.2.1 -fexceptions -vectorize-loops -vectorize-slp -o CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o -x c /home/sectiontn/Android/Sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCCompilerABI.c]
  ignore line: [clang -cc1 version 12.0.8 based upon LLVM 12.0.8git default target x86_64-unknown-linux-gnu]
  ignore line: [ignoring nonexistent directory "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/include"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include]
  ignore line: [ /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include]
  ignore line: [ /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android]
  ignore line: [ /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include]
  ignore line: [End of search list.]
  ignore line: [[2/2] Linking C executable cmTC_62a38]
  ignore line: [Android (7714059  based on r416183c1) clang version 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee)]
  ignore line: [Target: aarch64-none-linux-android24]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin]
  ignore line: [Found candidate GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
  ignore line: [Selected GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
  ignore line: [Candidate multilib: .]
  ignore line: [@m64]
  ignore line: [Selected multilib: .]
  ignore line: [@m64]
  link line: [ "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/ld" --sysroot=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -pie -z noexecstack -EL --fix-cortex-a53-843419 --warn-shared-textrel -z now -z relro -z max-page-size=4096 --hash-style=gnu --enable-new-dtags --eh-frame-hdr -m aarch64linux -dynamic-linker /system/bin/linker64 -o cmTC_62a38 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64 -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24 -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib --build-id=sha1 --no-rosegment --fatal-warnings --no-undefined --gc-sections CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o -latomic -lm /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a -l:libunwind.a -ldl -lc /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a -l:libunwind.a -ldl /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o]
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/ld] ==> ignore
    arg [--sysroot=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot] ==> ignore
    arg [-pie] ==> ignore
    arg [-znoexecstack] ==> ignore
    arg [-EL] ==> ignore
    arg [--fix-cortex-a53-843419] ==> ignore
    arg [--warn-shared-textrel] ==> ignore
    arg [-znow] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-zmax-page-size=4096] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [--enable-new-dtags] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [aarch64linux] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/system/bin/linker64] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_62a38] ==> ignore
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o] ==> obj [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib]
    arg [--build-id=sha1] ==> ignore
    arg [--no-rosegment] ==> ignore
    arg [--fatal-warnings] ==> ignore
    arg [--no-undefined] ==> ignore
    arg [--gc-sections] ==> ignore
    arg [CMakeFiles/cmTC_62a38.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-latomic] ==> lib [atomic]
    arg [-lm] ==> lib [m]
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a] ==> lib [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a]
    arg [-l:libunwind.a] ==> lib [-l:libunwind.a]
    arg [-ldl] ==> lib [dl]
    arg [-lc] ==> lib [c]
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a] ==> lib [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a]
    arg [-l:libunwind.a] ==> lib [-l:libunwind.a]
    arg [-ldl] ==> lib [dl]
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o] ==> obj [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o]
  remove lib [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a]
  remove lib [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9.x]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib]
  implicit libs: [atomic;m;-l:libunwind.a;dl;c;-l:libunwind.a;dl]
  implicit objs: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o]
  implicit dirs: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9.x;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib]
  implicit fwks: []

Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeTmp

Run Build Command(s):/home/sectiontn/Android/Sdk/cmake/3.22.1/bin/ninja cmTC_98187 && [1/2] Building CXX object CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o
Android (7714059, based on r416183c1) clang version 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee)
Target: aarch64-none-linux-android24
Thread model: posix
InstalledDir: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin
Found candidate GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
Selected GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
Candidate multilib: .;@m64
Selected multilib: .;@m64
 (in-process)
 "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++" -cc1 -triple aarch64-none-linux-android24 -emit-obj --mrelax-relocations -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu generic -target-feature +neon -target-abi aapcs -mllvm -aarch64-fix-cortex-a53-835769=1 -fallow-half-arguments-and-returns -fno-split-dwarf-inlining -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -v -ffunction-sections -fdata-sections -resource-dir /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8 -dependency-file CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o.d -MT CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -D ANDROID -D _FORTIFY_SOURCE=2 -D NDEBUG -isysroot /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1 -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/include -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -O2 -Wformat -fdeprecated-macro -fdebug-compilation-dir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 2 -fno-signed-char -fgnuc-version=4.2.1 -fcxx-exceptions -fexceptions -vectorize-loops -vectorize-slp -o CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o -x c++ /home/sectiontn/Android/Sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp
clang -cc1 version 12.0.8 based upon LLVM 12.0.8git default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/include"
#include "..." search starts here:
#include <...> search starts here:
 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1
 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include
 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include
 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android
 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include
End of search list.
[2/2] Linking CXX executable cmTC_98187
Android (7714059, based on r416183c1) clang version 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee)
Target: aarch64-none-linux-android24
Thread model: posix
InstalledDir: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin
Found candidate GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
Selected GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
Candidate multilib: .;@m64
Selected multilib: .;@m64
 "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/ld" --sysroot=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -pie -z noexecstack -EL --fix-cortex-a53-843419 --warn-shared-textrel -z now -z relro -z max-page-size=4096 --hash-style=gnu --enable-new-dtags --eh-frame-hdr -m aarch64linux -dynamic-linker /system/bin/linker64 -o cmTC_98187 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64 -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24 -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib --build-id=sha1 --no-rosegment --fatal-warnings --no-undefined --gc-sections CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o -latomic -lm -lc++ -lm /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a -l:libunwind.a -ldl -lc /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a -l:libunwind.a -ldl /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o

Parsed CXX implicit include dir info from above output: rv=done
  found start of include info
  found start of implicit include info
    add: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1]
    add: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include]
    add: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include]
    add: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android]
    add: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include]
  end of search list found
  collapse include dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1]
  collapse include dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include]
  collapse include dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include]
  collapse include dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android]
  collapse include dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include]
  implicit include dirs: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include]

Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld\.lld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/home/sectiontn/Android/Sdk/cmake/3.22.1/bin/ninja cmTC_98187 && [1/2] Building CXX object CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [Android (7714059  based on r416183c1) clang version 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee)]
  ignore line: [Target: aarch64-none-linux-android24]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin]
  ignore line: [Found candidate GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
  ignore line: [Selected GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
  ignore line: [Candidate multilib: .]
  ignore line: [@m64]
  ignore line: [Selected multilib: .]
  ignore line: [@m64]
  ignore line: [ (in-process)]
  ignore line: [ "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++" -cc1 -triple aarch64-none-linux-android24 -emit-obj --mrelax-relocations -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu generic -target-feature +neon -target-abi aapcs -mllvm -aarch64-fix-cortex-a53-835769=1 -fallow-half-arguments-and-returns -fno-split-dwarf-inlining -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -v -ffunction-sections -fdata-sections -resource-dir /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8 -dependency-file CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o.d -MT CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -D ANDROID -D _FORTIFY_SOURCE=2 -D NDEBUG -isysroot /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1 -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include -internal-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/include -internal-externc-isystem /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -O2 -Wformat -fdeprecated-macro -fdebug-compilation-dir /home/sectiontn/Documents/GitHub/MoonMeet-CrossPlatform/android/app/.cxx/Debug/715k73t4/arm64-v8a/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 2 -fno-signed-char -fgnuc-version=4.2.1 -fcxx-exceptions -fexceptions -vectorize-loops -vectorize-slp -o CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o -x c++ /home/sectiontn/Android/Sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [clang -cc1 version 12.0.8 based upon LLVM 12.0.8git default target x86_64-unknown-linux-gnu]
  ignore line: [ignoring nonexistent directory "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/include"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1]
  ignore line: [ /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include]
  ignore line: [ /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/include]
  ignore line: [ /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-linux-android]
  ignore line: [ /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include]
  ignore line: [End of search list.]
  ignore line: [[2/2] Linking CXX executable cmTC_98187]
  ignore line: [Android (7714059  based on r416183c1) clang version 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee)]
  ignore line: [Target: aarch64-none-linux-android24]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin]
  ignore line: [Found candidate GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
  ignore line: [Selected GCC installation: /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
  ignore line: [Candidate multilib: .]
  ignore line: [@m64]
  ignore line: [Selected multilib: .]
  ignore line: [@m64]
  link line: [ "/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/ld" --sysroot=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -pie -z noexecstack -EL --fix-cortex-a53-843419 --warn-shared-textrel -z now -z relro -z max-page-size=4096 --hash-style=gnu --enable-new-dtags --eh-frame-hdr -m aarch64linux -dynamic-linker /system/bin/linker64 -o cmTC_98187 /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64 -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24 -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android -L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib --build-id=sha1 --no-rosegment --fatal-warnings --no-undefined --gc-sections CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o -latomic -lm -lc++ -lm /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a -l:libunwind.a -ldl -lc /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a -l:libunwind.a -ldl /home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o]
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/ld] ==> ignore
    arg [--sysroot=/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot] ==> ignore
    arg [-pie] ==> ignore
    arg [-znoexecstack] ==> ignore
    arg [-EL] ==> ignore
    arg [--fix-cortex-a53-843419] ==> ignore
    arg [--warn-shared-textrel] ==> ignore
    arg [-znow] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-zmax-page-size=4096] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [--enable-new-dtags] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [aarch64linux] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/system/bin/linker64] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_98187] ==> ignore
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o] ==> obj [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android]
    arg [-L/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib] ==> dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib]
    arg [--build-id=sha1] ==> ignore
    arg [--no-rosegment] ==> ignore
    arg [--fatal-warnings] ==> ignore
    arg [--no-undefined] ==> ignore
    arg [--gc-sections] ==> ignore
    arg [CMakeFiles/cmTC_98187.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-latomic] ==> lib [atomic]
    arg [-lm] ==> lib [m]
    arg [-lc++] ==> lib [c++]
    arg [-lm] ==> lib [m]
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a] ==> lib [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a]
    arg [-l:libunwind.a] ==> lib [-l:libunwind.a]
    arg [-ldl] ==> lib [dl]
    arg [-lc] ==> lib [c]
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a] ==> lib [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a]
    arg [-l:libunwind.a] ==> lib [-l:libunwind.a]
    arg [-ldl] ==> lib [dl]
    arg [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o] ==> obj [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o]
  remove lib [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a]
  remove lib [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/libclang_rt.builtins-aarch64-android.a]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9.x]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android]
  collapse library dir [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib] ==> [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib]
  implicit libs: [atomic;m;c++;m;-l:libunwind.a;dl;c;-l:libunwind.a;dl]
  implicit objs: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtbegin_dynamic.o;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24/crtend_android.o]
  implicit dirs: [/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.8/lib/linux/aarch64;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9.x;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/24;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android;/home/sectiontn/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib]
  implicit fwks: []
Koxx3 commented 1 year ago

Hello,

I have the same issue with : "react_codegen_rngesturehandler_codegen" which is not built by this C/C++: project.

did you solve this issue ?

ravindraguptacapgemini commented 1 year ago

@SectionTN @Koxx3 I am also getting similar error on RN 0.72.1, have you been able to fix these issues, please respond. Thanks.

roots-ai commented 10 months ago

Any updates here?

srinivastalnikar commented 10 months ago

Any updates here?

hotaryuzaki commented 8 months ago

for this error

The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build.

add this in your android/build.gradle (this is for latest RN version 0.72.6)

buildscript {
    ext {
        ...
        kotlinVersion = findProperty('android.kotlinVersion') ?: '1.8.10'
    }
    dependencies {
        ...
        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
    }

my another project kotlinVersion is 1.6.10 for RN 0.71.4

mpanac commented 4 months ago

Getting same issue after switching to new architecture

SectionTN commented 4 months ago

@SectionTN @Koxx3 I am also getting similar error on RN 0.72.1, have you been able to fix these issues, please respond. Thanks.

new arch works well on the latest react native version, be sure to update eventually. also make sure you're using supported libraries

Foreverjie commented 1 month ago

Same issue in 0.73.8. Any update?