Posts

Post not yet marked as solved
1 Replies
7.0k Views
Platform: iOS.Programming language: Swift.What i have done?Created a test target and given the Host application as the target which i am trying to write test cases.Checked the Allow Testing Host Application API's.Added Target dependencies to the particular target that i want to test. Added pod dependencies to the test target as well.I am trying to import a swift file in XCTests class but it does not import. If i give the target membership for that particular file, i am facing lot of errors out of no where. What could be the best way to import the swift class. What are the settings that are to be added or modified in the project settings ?Any suggestions?
Posted Last updated
.