tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

When integrating mobile-ffmpeg through CocoaPods in Swift, can not import framework other than mobileffmpeg #663

Closed qchenqizhi closed 3 years ago

qchenqizhi commented 3 years ago

Description When integrating mobile-ffmpeg through CocoaPods in Swift, can not import framework other than mobileffmpeg. will get an build error:

No such module 'expat'

Expected behavior Build success and all framework provided by mobile-ffmpeg can be used normally

Current behavior Build error

Screenshots image

Logs

Environment

Other Podfile:

platform :ios, '11.0'

target 'Demo' do
  platform :ios, '11.0'
  use_frameworks!
  pod 'mobile-ffmpeg-full', '~> 4.4'
end
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.

qchenqizhi commented 3 years ago

Be active