how to specify the extension target library with cocoapods -


i have podfile this:

target :'my app', :exclusive => true   pod 'afnetworking'   pod 'afdropdownnotification' end  target :'my app extension', :exclusive => true   pod 'afnetworking' end 

but after run 'pod update', , run extension target, shows error this.

enter image description here


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

node.js - Express and Redis - If session exists for this user, don't allow access -

excel - I can't get the attachement of the email PHP -