DRYな備忘録

Don't Repeat Yourself.

cocoapodsでAlamofire入れようとしたらclang: error: linker command failed with exit code 1と叱られる

結論

% pod install
Analyzing dependencies
Downloading dependencies
Installing Alamofire (3.4.1)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use `unko.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

書いてあるがな!

[!] Please close any current Xcode sessions and use unko.xcworkspace for this project from now on.

% open unko.xcworkspace

解決!

DRYな備忘録として