rk with CocoaPods
Hi, I get the following "The dependency `SwiftyDropbox` is not used in any concrete target." error when installing SwiftyDropbox into my xcode project usinf cocoapods. Please can anyone help?
Thanks,
Problem solved - you have to give a target name - so the podfile file contents should be:
platform :ios, '8.0'use_frameworks! target “ProjectName” dopod 'SwiftyDropbox'end
Glad to see you sorted this out already! Newer versions of CocoaPods do require that, so we'll update the sample on our site to match.