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

Unable to run on iOS/tvOS 10.0 beta #1223

Closed
EpicDraws opened this issue Jul 4, 2016 · 2 comments
Closed

Unable to run on iOS/tvOS 10.0 beta #1223

EpicDraws opened this issue Jul 4, 2016 · 2 comments

Comments

@EpicDraws
Copy link

After doing the automatic conversion to Swift 2.3, I am unable to launch in either the simulator or on device on both iOS and tvOS due to the following issue:

dyld: Symbol not found: __TMVVSS17UnicodeScalarView9Generator

Once I was able to hack around this issue, I got another similar error around DisabledRangeIndex which I couldn't find in code to try to work around. Did all the standard steps: clean, delete derived data, reset simulator, etc. to no avail. I am presuming this is an issue with either the beta or this library.

@liuxuan30
Copy link
Member

liuxuan30 commented Jul 5, 2016

I don't see this on my side, especially with swift 2.3.
You can take a look at swift 2.3 and 3.0 branch, no one reports issue like yours. So I guess maybe you should narrow down the issue with more details, like trace log, can we reproduce it with ChartsDemo, etc.

@liuxuan30
Copy link
Member

I assume __TMVVSS17UnicodeScalarView9Generatorand DisabledRangeIndex is your code, not this library

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

2 participants