-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcode 7.1 error at xctest #644
Comments
The main target does not try to load XCTest. There's something different that you are doing that's wrong. |
Don't import the tests into your project. I believe you are seeing this error because you added the test source files to your project. |
Seems solved |
hi petester, i am also facing the same problem(cannot load underlying module for xctest), can you please say me what are the folders i want to import to integrate charts. |
Don't add any folders or files that have test in the name. |
i tried ti integrate charts in xcode 7.1 but i am getting error at xctest (cannot load underlying module for xctest)
The text was updated successfully, but these errors were encountered: