Swift语言只支持动态库的调用不支持静态库,所以对于使用swift写的第三方类库导入需要使用这个指令
target 'xxxxx' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
end
而如果只是有OC类库,则不需要这条指令
Swift语言只支持动态库的调用不支持静态库,所以对于使用swift写的第三方类库导入需要使用这个指令
target 'xxxxx' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
end
而如果只是有OC类库,则不需要这条指令
本文标题:使用Cocoa Pods时use_frameworks!指令的作
本文链接:https://www.haomeiwen.com/subject/nofafqtx.html
网友评论