6
5

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 3 years have passed since last update.

[Swift] No such module ‘RealmSwift’が出る時に役立つ記事のまとめ

Posted at

#今回の題

RealmSwiftの導入時、

No such module ‘RealmSwift’

というエラーに遭遇することがありました。
stackoverflowやteratailなどにも同様のエラーに対する質問が多くあり、中には解決に至っていないものもあります。私も何度か遭遇したのですが、エラーの発生理由がその時によって異なり、解決方法も複数ある為ピンポイントで指摘することが難しいです。
その為今回は、参考にしたサイトのリンクを載せ同じエラーに遭遇した方々への橋渡しになる様な内容になっています。

#参考サイトへのリンク

##Frameworks, Librariesを修正するパターン
http://somen.site/2020/09/22/swift5%E3%82%A8%E3%83%A9%E3%83%BCno-such-module-realmswift/

##開くファイルを間違えているパターン
プロジェクト.xcodeprojではなくプロジェクト.xcworkspaceを開きましょう。
https://stackoverflow.com/questions/41654408/realm-swift-2-2-0-no-such-module-realmswift-in-xcode-8

##manage schemeを編集するパターン
https://stackoverflow.com/questions/55912541/why-do-i-keep-getting-the-error-no-such-module-realmswift/55914079

##私が経験したパターン
pod install後に以下の画像のPodsディレクトリだけが作成されずエラーが出たことがありました。
諦めて別のプロジェクトを立ち上げてインストールし直すことで解決しました。

スクリーンショット 2020-11-03 22.14.03.png

#最後に
まだありそうなので、適宜追加します。

6
5
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
6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?