arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.55k stars 605 forks source link

Podfile configuration issue #1004

Closed valerykonst closed 4 months ago

valerykonst commented 4 months ago

Description When I run my react native app on local machine everything is fine. But in EAS build "drawtext" filter does not work. Seems like eas does not process Podfile correctly pod 'ffmpeg-kit-react-native', :subspecs => ['video'], :podspec => '../node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec'

Expected behavior 'video' subspec is beeing installed

Current behavior 'video' subspec is not beeing installed on EAS