You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: