Skip to content
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

Closed
malkabani opened this issue Jan 3, 2016 · 5 comments
Closed

xcode 7.1 error at xctest #644

malkabani opened this issue Jan 3, 2016 · 5 comments

Comments

@malkabani
Copy link

i tried ti integrate charts in xcode 7.1 but i am getting error at xctest (cannot load underlying module for xctest)

@danielgindi
Copy link
Collaborator

The main target does not try to load XCTest. There's something different that you are doing that's wrong.

@pmairoldi
Copy link
Collaborator

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.

@liuxuan30
Copy link
Member

Seems solved

@smilydronavalli
Copy link

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.
Help me out to solve this problem

@pmairoldi
Copy link
Collaborator

Don't add any folders or files that have test in the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants