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.43k stars 593 forks source link

react-native&ios& running archive #1057

Open 476491966 opened 2 days ago

476491966 commented 2 days ago

When using reatcnative, add pod 'ffmpeg-kit-react-native', :subspecs => ['full'], :podspec => '.. /node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec ': After running archive, the ios version displays the following error:

Multiple commands produce '/Users/lyi/Library/Developer/Xcode/DerivedData/auto_video-csdbhojqfnqsnyalnscnopuslhpv/ArchiveIntermediates/Copy of Copy of auto_video/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/React-Core_privacy.bundle'

Multiple commands produce '/Users/lyi/Library/Developer/Xcode/DerivedData/auto_video-csdbhojqfnqsnyalnscnopuslhpv/ArchiveIntermediates/Copy of Copy of auto_video/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RCT-Follyprivacy.bundle' ![27861729670044 pic](https://github.com/user-attachments/assets/d188fd4b-2bff-4cf6-9a67-0dfa829a01de)

476491966 commented 2 days ago

The next addition is in the ios Podfile file, dependent pod 'ffmpeg-kit-react-native', :subspecs => ['full'], :podspec => '.. /node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec’

Just remove it