-
Notifications
You must be signed in to change notification settings - Fork 409
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
Use of unresolved identifier 'ExamplesDefaults' #16
Comments
Hi, oops, seems I let some code of the examples project in the core project in my last updates. If you're using Swift 1.2 you should be fine using the latest stable version (0.2.2). If you're on swift2.0 branch, please checkout the last working commit. If you're using pods use this: use_frameworks! I will fix it soon - then you can continue using the very bleeding edge ;) |
It's fixed now in master and swift2.0. |
Hello, I have the same issue in swift 3.0 |
@rolyanos Which Xcode version? |
@i-schuetz, Version 8.2.1 (8C1002) |
I was just able to build master as well as 0.5.1 with Xcode 8.2.1 Please clean / delete the derived data folder and clean pods too:
And try again. Let me know if that fixes it! |
Not fixed( |
Is it really the same error? Because this was fixed about 2 years ago. It's definitely fixed in the Swift 3.0 branches. Which pod version are you using? |
1.2.0 |
Hmm so you're getting help here and write in other libraries that you "saw more than 3 issues". Good luck then, hope you can find what you need elsewhere. |
Hi,
i installed this framework but i get same 6 errors on different lines with ExamplesDefaults:
ex.: LineChart.swift:23:54: Use of unresolved identifier 'ExamplesDefaults'
Im using xCode 7 Beta 4
Where can be the problem?
The text was updated successfully, but these errors were encountered: