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

Symbol not found: __TMVVSS17UnicodeScalarView9Generator Referenced from: Frameworks/Charts.framework/Charts #1311

Closed
remyagiri opened this issue Aug 11, 2016 · 6 comments

Comments

@remyagiri
Copy link

remyagiri commented Aug 11, 2016

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

@liuxuan30
Copy link
Member

liuxuan30 commented Aug 12, 2016

would you post the sample project? We never this such things except for these two

@danielgindi
Copy link
Collaborator

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.

@mekhi
Copy link

mekhi commented Aug 16, 2016

I also encountered this problem(Xcode8,iOS10)

dyld: Symbol not found: __TMVVSS17UnicodeScalarView9Generator
Referenced from: /private/var/containers/Bundle/Application/9EC6BB4C-BDE6-4ADB-9ED7-CD42308A205/xxx.app/Frameworks/Charts.framework/Charts
Expected in: /private/var/containers/Bundle/Application/9EC6BB4C-BDE6-4ADB-9ED7-CD42308A205/xxx.app/Frameworks/libswiftCore.dylib
in /private/var/containers/Bundle/Application/9EC6BB4C-BDE6-4ADB-9ED7-CD42308A205/xxx.app/Frameworks/Charts.framework/Charts

@danielgindi
Copy link
Collaborator

So you are also using a precompiled framework. We are not going to provide precompiled frameworks anymore, as this causes trouble with different compilers.

@mekhi
Copy link

mekhi commented Aug 16, 2016

So, what should I do? @danielgindi

@danielgindi
Copy link
Collaborator

Not use a precompiled framework, let Xcode compile it

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

4 participants