Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

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

Closed
qchenqizhi opened this issue Jan 25, 2021 · 2 comments

Comments

@qchenqizhi
Copy link

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

  • Platform: iOS
  • Architecture: x86_64, simulator
  • Version: 4.4
  • Xcode version: Xcode 12.3, macOS 10.15.6
  • Cocoapods version: 1.10.1, 1.10.0

Other
Podfile:

platform :ios, '11.0'

target 'Demo' do
  platform :ios, '11.0'
  use_frameworks!
  pod 'mobile-ffmpeg-full', '~> 4.4'
end
@github-actions
Copy link

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
Copy link
Author

Be active

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants