xcode - Cocoapods error: linker command failed with exit code 1 (use -v to see invocation) -
first time using cocoa pods (latest version) dependencies in latest xcode 7.2.1 swift 2.1. initialize project folder , edit podfile , add dependencies. when run pod install
runs without hitch until open project , try build. i've tried 2 separate projects (one being brand new testing) , linker command failed exit code 1 (use -v see invocation)
both. pod file looks this:
platform :ios, '8.0' #8.0 minimum supported, right? use_frameworks! target 'testing frameworks' pod 'alamofire', '~> 3.0' end
close current project , open .xcworkspace created in project folder.
good luck!
Comments
Post a Comment