使用Cocoa Pods时use_frameworks!指令的作

2018-11-19  本文已影响9人  Sweet丶

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类库,则不需要这条指令

拓展
区别查看:
podfile中 use_frameworks! 和 #use_frameworks!区别

上一篇 下一篇

猜你喜欢

热点阅读