software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.92k stars 1.3k forks source link

[CXX1210] react-native-reanimated - CMakeLists.txt debug|arm64-v8a : No compatible library found #6588

Open khemraj-ubale-crgl-thirdparty opened 5 days ago

khemraj-ubale-crgl-thirdparty commented 5 days ago

Description

Error: * What went wrong: Execution failed for task ':react-native-reanimated:configureCMakeDebug[arm64-v8a]'.

[CXX1210] C:\Users\k441643\pc0\GEOS_India_Sales_Mobile_App\node_modules\react-native-reanimated\android\CMakeLists.txt debug|arm64-v8a : No compatible library found

Details: We are using Salesforce mobile SDK with react native. While upgrading the API version from 33 to 34 of Android bundle, we are facing above issue.

version : "react-native-reanimated": "^3.15.1" "react": "18.2.0", "react-native": "0.74.3", saleforce_mobile_sdk: 12.1.1 cmake: 3.22.2 ndk: 27.1.12297006 / "23.1.7779620"

I ran in my personal machine it works fine, but in company machine it is giving an error

Steps to reproduce

you can follow these steps mentioned in this article - https://blog.shubhamlashkan.com/how-to-setup-salesforce-mobile-sdk-for-native-android-app-development

  1. Install forcedroid
  2. run forcedroid create
  3. then run npx react-native run-android

Snack or a link to a repository

https://github.com/forcedotcom/SalesforceMobileSDK-Android

Reanimated version

3.15.1

React Native version

0.74.3

Platforms

Android

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

Release app & production bundle

Device

Real device

Device model

Samsung galaxy f34 5g

Acknowledgements

Yes

github-actions[bot] commented 5 days ago

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

khemraj-ubale-crgl-thirdparty commented 5 days ago

git://github.com/forcedotcom/SalesforceMobileSDK-Android.git