tanersener / react-native-ffmpeg

FFmpeg for react-native. Not maintained anymore. Superseded by FFmpegKit.
GNU General Public License v3.0
401 stars 52 forks source link

'mobileffmpeg/ExecuteDelegate.h' file not found #222

Closed RaviDhakad closed 3 years ago

RaviDhakad commented 3 years ago

Xcode 12.2, building failed with "react-native-ffmpeg" 'mobileffmpeg/ExecuteDelegate.h' file not found. react: 16.13.1 => 16.13.1 react-native: 0.63.4 => 0.63.4 react-native-ffmpeg: 0.4.4 => 0.4.4 And react-native-ffmpeg: 0.5.0 => 0.5.0 macOS Version : Big Sur 11.0.1

I have tried both version react-native-ffmpeg: 0.4.4 and react-native-ffmpeg: 0.5.0 but still getting 'mobileffmpeg/ExecuteDelegate.h' file not found in xcode 12.2 From the last week RND with this issue but still not resolved this please help.

tanersener commented 3 years ago

There are similar issues reported. Please have a look at them.

duckanhb commented 3 years ago

I run my application with schema Release on IOS simulator and get this same issue react: 16.13.1 => 16.13.1 react-native: 0.63.4 => 0.63.4 react-native-ffmpeg: 0.5.1 macOS Version: Catalina 10.15.4 xcode: 12 simulator: ios14.3 103254738-27c60b80-49b9-11eb-87c5-183a256afb22

nazabalm commented 3 years ago

Getting the same issue while trying to build as release

dayze commented 3 years ago

Experimenting the same issue, and unfortunately solutions proposed in https://github.com/tanersener/react-native-ffmpeg/issues/203 didn't solve it

react: 16.13.1 react-native: 0.63.3 react-native-ffmpeg: 0.5.1 macOS Version: Big Sur 11.1 xcode: 12.3

doranteseduardo commented 3 years ago

I get the same problem when trying to build a release, not in debug.

Edit: fixed it building to device not simulator.

damiandizeo commented 3 years ago

SOLUTION: If you have mac with M1 chip, right click on Xcode app, Get Info, and select "Open using Rosetta". Will build successfully using iOS simulator.

Screen Shot 2021-03-11 at 12 05 25

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

BasBuur commented 3 years ago

Not stale - the same issue happens for me. Not being able to test your app in a simulator is extremely annoying.