shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.24k stars 323 forks source link

Xcode giving ___darwin_check_fd_set_overflow #303

Closed JeyShah closed 3 years ago

JeyShah commented 3 years ago

Current Behavior

After setting all the xcode changes library described, i am getting ___darwin_check_fd_set_overflow error on xcode. and on Android i have placed the ffmpeg libraries in android/app/src/main/jniLibs/[arm64-v8a | armeabi-v7a | x86]/libffmpeg.so. but still on android its giving error of libffmpeg.so not found error 2.

Expected Behavior

It should run on IOS and android and also show options of trim in both android and ios.

Your Environment

xCode | 11.2.1 react-native-video-processing | 2.0.0 react-native | 0.62.2 node | 12.13.1

JeyShah commented 3 years ago

Update Xcode to latest version will fix this issue.