0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CocoaPodsでインストールしたがエラーがでまくる

Posted at

こんにちは。あさってから新学期が始まるhokuseiです。
現実逃避のためにswiftでiOS アプリを作り始めました。
作ろうと思っているのはchromeでオフラインの時に遊べる恐竜のアレです。
知らない人は無限に時間を溶かせるので今すぐやりましょう。

Ease inのアニメーションを使いたかったので[SpriteKitEasingSwift](https://github.com/craiggrummitt/SpriteKitEasingSwift SpriteKitEasingSwift)というモジュールをCocoaPodsを使ってインストールしました。
今まで使ったことなかったので[本家のサイト](http://cocoapods.org cocoa pods)に従ってライブラリをインストールしましたが...

Cannot load underlying module for SpriteKitEasingSwift

のエラーが!

調べるとこのブログに解法が載っていました。クリーンして(⌘+⇧+K)、

No Such Module SpriteKitEasingSwift

にめげずそのまま一度ビルド(⌘+B)すると、無事!エラーが消えて補完が効くようになります。

CocoaPodの導入記事はたくさんあったのにこのエラーについての記事は少なかったので書きました。世に平穏のあらん事を。

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?