Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 413 Bytes

no-such-module-xctest.md

File metadata and controls

11 lines (6 loc) · 413 Bytes

No Such Module XCTest

Category: Xcode

If you create a test target in Xcode for a Swift project you might see the error No such module 'XCTest' when attempting to build for testing.

To fix this, go into the test target and select "Build Settings".

Search for the setting "Enable Testing Search Paths" and change the value to "Yes".

Your test classes which extend from XCTestCase should now compile.