Closed summonerriftofficial closed 4 years ago
hey, did you able to find the solution?
Try to use LTS version. https://github.com/tanersener/react-native-ffmpeg#51-main-release-vs-lts-release
Please Guide me i have still issues :/
Aleksandern how to install LTS Version unable to fine npm i react-native-ffmpeg-lts
i am able to build by removing arm7 from architecture.
thanks Bro @arbazz
It seems to be working when you remove arm7, but what will be the other impact? I have no clear idea about these details.
Packages from LTS variant includes -lts postfix in their names. So if you want use a package from LTS release, you need to append -lts to package name. For example, to use full-gpl package of a LTS release you need to use full-gpl-lts.
In order to install the LTS variant, install the https-lts package using instructions in 2.3 or append -lts to the package name you are using.
For example for iOS pod:
pod 'react-native-ffmpeg/https-lts ', :podspec => '../node_modules/react-native-ffmpeg/react-native-ffmpeg.podspec'
@Aleksandern so do you suggest using LTS version than removing the architecture arm7?
It dependeds on your needs. Read the readme to know difference between Main release and LTS release.
Seems to be a better option is to go with the Main release. But not sure its impact on other libs?
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.
Description When I try to archive the version I got that errors Undefined symbol: _OBJCCLASS$_MobileFFprobe
Expected behavior archive version
Current behavior Undefined symbol: _OBJCCLASS$_MobileFFprobe
Screenshots
Logs
Environment
Other Add any other context about the problem here.