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

Problem importing framework to Xcode 6.4 in Swift Project #233

Closed
shaolinjr opened this issue Jul 21, 2015 · 2 comments
Closed

Problem importing framework to Xcode 6.4 in Swift Project #233

shaolinjr opened this issue Jul 21, 2015 · 2 comments

Comments

@shaolinjr
Copy link

Every time a try to do 'import Charts' a got an message from Xcode, "Xcode encountered a problem, trying to restore" and when I run the project i got a 'segmentation fault: 11'. Can anyone please help me solve this problem?

@liuxuan30
Copy link
Member

Do you have such problems without the import? Do you have trouble to run chartDemo? I am with Xcode 6.4 and I don't have this issue.

You could also create a new project and try it from there. based on the error message, we cannot tell.

@danielgindi
Copy link
Collaborator

There are occasional crashes in the compiler, which are fixed in Xcode 7. Unfortunately we cannot do anything about it. If you really want you can omit headers and code from your project until you find the one that causes the "too much complexity" problem for the compiler. When there's too much complexity, the compiler stops with an error signal, and in rare cases Xcode itself crashes.

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

3 participants