tanersener / react-native-ffmpeg

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

I get an error when I want to archive the project #228

Closed mertbuldur closed 3 years ago

mertbuldur commented 3 years ago

Description hello i can run the project successfully on devices but i get an error when i compile the project to send it to app store

Current behavior ld: warning: directory not found for option '-F/Users/mertbuldur/Library/Developer/Xcode/DerivedData/Singster-dfdckeyjkaibikgvdcqeenzakxvj/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/speex' ld: warning: directory not found for option '-F/Users/mertbuldur/Library/Developer/Xcode/DerivedData/Singster-dfdckeyjkaibikgvdcqeenzakxvj/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/tiff' ld: warning: directory not found for option '-F/Users/mertbuldur/Library/Developer/Xcode/DerivedData/Singster-dfdckeyjkaibikgvdcqeenzakxvj/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/twolame' ld: warning: directory not found for option '-F/Users/mertbuldur/Library/Developer/Xcode/DerivedData/Singster-dfdckeyjkaibikgvdcqeenzakxvj/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/vo-amrwbenc' ld: warning: directory not found for option '-F/Users/mertbuldur/Library/Developer/Xcode/DerivedData/Singster-dfdckeyjkaibikgvdcqeenzakxvj/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/wavpack' ld: warning: directory not found for option '-F/Users/mertbuldur/Library/Developer/Xcode/DerivedData/Singster-dfdckeyjkaibikgvdcqeenzakxvj/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/x264' ld: warning: directory not found for option '-F/Users/mertbuldur/Library/Developer/Xcode/DerivedData/Singster-dfdckeyjkaibikgvdcqeenzakxvj/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/x265' ld: warning: directory not found for option '-F/Users/mertbuldur/Library/Developer/Xcode/DerivedData/Singster-dfdckeyjkaibikgvdcqeenzakxvj/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/xvidcore' ld: library not found for -lDoubleConversion clang: error: linker command failed with exit code 1 (use -v to see invocation)

Screenshots

Ekran Resmi 2021-02-04 21 35 38 Ekran Resmi 2021-02-04 21 35 49

Environment System: OS: macOS 11.2 CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz Memory: 32.02 MB / 8.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 12.16.3 - /usr/local/bin/node Yarn: 1.22.5 - /usr/local/bin/yarn npm: 6.14.4 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 14.3, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2 IDEs: Android Studio: 3.6 AI-192.7142.36.36.6392135 Xcode: 12.3/12C33 - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5 npmGlobalPackages: create-react-native-app: 3.5.1 react-native-cli: 2.0.1 react-native-macos-cli: 2.0.1 react-native-rename: 2.4.1

mertbuldur commented 3 years ago

i solved this problem , i changed deployment target of xcode