# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for SwiftFlag
pod "ESTabBarController-swift"
# Pods for oc
pod 'Masonry'
重点 是这个 use_frameworks!
oc 中pod swift 的 framework 都要添加。
这样进行混编使用三方的库,就可以了。
网友评论