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

Use of unresolved identifier 'ExamplesDefaults' #16

Closed
shadow4040 opened this issue Jul 25, 2015 · 10 comments
Closed

Use of unresolved identifier 'ExamplesDefaults' #16

shadow4040 opened this issue Jul 25, 2015 · 10 comments
Labels

Comments

@shadow4040
Copy link

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?

@ivnsch
Copy link
Owner

ivnsch commented Jul 25, 2015

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!
pod 'SwiftCharts', :git => 'https://github.com/i-schuetz/SwiftCharts.git', :branch => 'swift2.0', :commit => '082f8319af'

I will fix it soon - then you can continue using the very bleeding edge ;)

@ivnsch
Copy link
Owner

ivnsch commented Jul 26, 2015

It's fixed now in master and swift2.0.

@ivnsch ivnsch closed this as completed Jul 26, 2015
@ivnsch ivnsch added the bug label Jul 26, 2015
@rolyanos
Copy link

Hello, I have the same issue in swift 3.0

@ivnsch
Copy link
Owner

ivnsch commented Feb 14, 2017

@rolyanos Which Xcode version?

@rolyanos
Copy link

@i-schuetz, Version 8.2.1 (8C1002)

@ivnsch
Copy link
Owner

ivnsch commented Feb 15, 2017

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:

rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod search SwiftCharts

And try again. Let me know if that fixes it!

@rolyanos
Copy link

Not fixed(

@ivnsch
Copy link
Owner

ivnsch commented Feb 16, 2017

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?

@rolyanos
Copy link

1.2.0

@ivnsch
Copy link
Owner

ivnsch commented Feb 17, 2017

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.

Repository owner locked and limited conversation to collaborators Feb 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants