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.
Comments
Post a Comment