标签: 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'之后,然后运行扩展目标时,它会显示一些错误。