1
3

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 1 year has passed since last update.

【Xcode】ビルド時にCannot find 'xxxxxx' in scopeとエラーが出た時の解決方法

Last updated at Posted at 2022-12-25

突然ビルドできなくなった

いつも通りgitからpullしてからbuildするとコンパイルエラーが発生した。スコープを確認したが問題もない、、

このエラーは何回か出てきましたが、それぞれ解決方法が異なったので紹介していきます。

解決方法①

Xcodeを再起動する

調べてみるとやはり同じエラーで悩んでいる方が多くいました。
意外とこれで治っている方が多いです。
ちなみにcommand + qでタスクキルをしてくれます。

解決方法②

Clean Build Folderでビルドフォルダのクリーンを行う

自分はよくこれで解決することが多いです。
ProductタブからClean Build Folderで実行できます。
ショートカットキーだとcommand + shift + Kでも実行することができます。

解決方法③

Xcodeのバージョンを確認する

自分はXcode13と14両方使っていたのですが、修正でXcode14への対応が行われていたためXcode13ではビルドができずコンパイルエラーになることがありました。
バージョンはXcodeタブのAbout Xcodeを押下で確認できます。

その他解決方法

エラーが発生した時に参考になったサイトです。
上記以外の解決方法もあるみたいなので、できない場合はこちらを確認してみてください。

1
3
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
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?