LoginSignup
0
1

More than 5 years have passed since last update.

CocoaPods でライブラリを導入したら linker command failed with exit code 1 (use -v to see invocation)。

Posted at

Swiftの開発にアサインされることが決まったので、試しにXcodeを触っていたら、CocoaPodsでひっかかったのでメモ

問題

CocoaPodsでライブラリ、今回は
https://github.com/danielgindi/Charts
をインストールしてbuildしようとしたら、次のようなエラーがでた。

linker command failed with exit code 1 (use -v to see invocation)

対象方法

.xcodeproj ファイルではなく、 .xcworkspace を開くと問題なくbuildできるようになる模様。

finder から ApplicationName.xworkspace を開いてbuild したらできました。

参考リンク

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1