3
1

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 auto-link library XCTest and XCTestSwiftSupport?

Posted at

Cannot find auto-link library XCTest and XCTestSwiftSupport?

自動リンクされたライブラリがXCTestやXCTestSwiftSupportが見つからないというエラー。
調査したところ複数の解決策が見られましたが、私の場合は以下の方法で解決できましたので残しておきます。

解決策

Bulid Settings > BuildOptions > ENABLE_TESTING_SEARCH_PATHSの設定をYESにすることで解決できました。
詳しくは参考リンクを参照ください。

参考

3
1
1

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?