Xcode - File is part of module, ignoring import
问题 I have existing iOS project, added Unit test target and created new test case file in tests folder. When i tried to import module i'm facing this issue. I referred the below stack overflow question but it did not solve my problem. Xcode - Test class File is part of module, ignoring import @testable import wl_pih // Error: File 'wl_pihTests.swifts' is part of module 'wl_pih'; ignoring import class wl_pihTests: XCTestCase { let loginController = INCLoginViewController() //Not accessable