-
-
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
Symbol not found: __TMVVSS17UnicodeScalarView9Generator Referenced from: Frameworks/Charts.framework/Charts #1311
Comments
would you post the sample project? We never this such things except for these two |
You are probably using a precompiled version of the framework - and it references symbols that do not exist in your local Swift.lib. Please re-compile. |
I also encountered this problem(Xcode8,iOS10) dyld: Symbol not found: __TMVVSS17UnicodeScalarView9Generator |
So you are also using a precompiled framework. We are not going to provide precompiled frameworks anymore, as this causes trouble with different compilers. |
So, what should I do? @danielgindi |
Not use a precompiled framework, let Xcode compile it |
dyld: Symbol not found: __TMVVSS17UnicodeScalarView9Generator
Referenced from: Frameworks/Charts.framework/Charts
This issue is from Charts as I just created an empty project and tried Charts integration.
Build will be successful, but app crashes while launching.
Found another thread with same issue :
#1223
The text was updated successfully, but these errors were encountered: