I am working with expo
(bare-workflow) project. While developing the application everything is working fine.
I tried creating the project build using eas-cli
, but it is not working for me. The resultant build is not working on physical device.
Hence, I used this way of creating build :
https://github.com/expo/expo/issues/17460#issuecomment-1280632486
Here, I am getting this error.
I am not sure what is the main culprit behind this but any help would be appreciated.
I am using expo-av for animation.
Additional Logs :
Caused by: Build command failed.
Error while executing process /Users/frank/Library/Android/sdk/cmake/3.18.1/bin/ninja with arguments {-C /Users/frank/Desktop/work/parent/workshoppy/node_modules/expo-av/android/.cxx/Debug/4r382953/arm64-v8a expo-av}
ninja: Entering directory `/Users/frank/Desktop/work/parent/workshoppy/node_modules/expo-av/android/.cxx/Debug/4r382953/arm64-v8a'
ninja: error: '../../../../build/react-native-0.69.5-debug.aar/jni/arm64-v8a/libfbjni.so', needed by '../../../../build/intermediates/cxx/Debug/4r382953/obj/arm64-v8a/libexpo-av.so', missing and no known rule to make it
I have tried
cd android && ./gradlew clean
but, it didn't worked