如何使用cocoapods指定扩展目标库

时间:2015-09-30 07:08:54

标签: cocoapods

我有一个像这样的Podfile:

target :'My App', :exclusive => true do
  pod 'AFNetworking'
  pod 'AFDropdownNotification'
end

target :'My App Extension', :exclusive => true do
  pod 'AFNetworking'
end

但是在我运行'pod update'之后,然后运行扩展目标时,它会显示一些错误。

enter image description here

0 个答案:

没有答案