Swift語言只支持動(dòng)態(tài)庫的調(diào)用不支持靜態(tài)庫袱吆,所以對于使用swift寫的第三方類庫導(dǎo)入需要使用這個(gè)指令
target 'xxxxx' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
end
而如果只是有OC類庫侍瑟,則不需要這條指令
拓展
區(qū)別查看:
podfile中 use_frameworks! 和 #use_frameworks!區(qū)別