-
-
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
Demo is not compiling #3469
Comments
cd then try compiling again |
My bad i didn’t see the pod file. I assumed with the framework solution being linked it wasn’t using pods. I assumed it was some path issue
…Sent from my iPhone
On May 23, 2018, at 3:29 PM, Dewey Gaedcke ***@***.***> wrote:
cd
pod install
then try compiling again
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Yes I saw the chart project was included and it appears it is being
referenced (linked in and embedded framework), however, it is still not
compiling.
This issue should not have been closed. All I did was pull down master,
open up the solution and switched the target to build the demo.
…On Wed, May 23, 2018 at 7:22 PM, Xuan ***@***.***> wrote:
it shouldn't. The demo comes with the chart project.
[image: image]
<https://user-images.githubusercontent.com/4375169/40457857-6e25983c-5f2b-11e8-9056-455bb2875767.png>
double check on your side.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3469 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQX25KOs5-nuhZLBTqErQ9NAN0MqF7Gks5t1f0ygaJpZM4UK8zw>
.
|
well.. I just tried again same as what you said exactly and it's working without issue. Clearly something wrong with your setup, so you should ask on stack overflow or just clean and rebuild. We don't answer Xcode related issue itself, unless you sure it's the library's bug. |
I pulled it down numerous times, opened up the solution, and tried to compile the Swift-Demo target on the demo project. Not sure what more I can do.
I did however give up and just copied the demo project folder to a different location, created a pod file, and used pods to install it. Worked with out a problem.
It is some path issue in your solution that is most likely being masked by the fact you are actively working on the project. I did the previous steps on two different macs, same result.
Btw cool graphs, saved me a ton of time.
…Sent from my iPhone
On May 27, 2018, at 8:57 PM, Xuan ***@***.***> wrote:
well.. I just tried again and it's working without issue. Clearly something wrong with your setup, so you should ask on stack overflow or just clean and rebuild.
We don't answer Xcode related issues itself, unless you sure it's the library's bug.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
couldn't be masked env on my side. My git is totally clean, and build from scratch. That's why I asked you to stack overflow. The project is built to be able to run on any new machine, as long as you have the latest Xcode. BTW, there are more chances to fail if you use pod than build from the source. anyway, continue to dig or just abandon and focus. |
What did you do?
Pulled down the zip file from master, opened the ChartsDemo-iOS project file, and tried to compile for the simulator iPhone 8
What did you expect to happen?
Should have compiled
What happened instead?
In files LineChartTimeViewController.swift, DemoBaseViewController.swift, DayAxisValueFormatter.swift, and LineChartFilledViewController.swift I am getting compiler error "No Such Module Charts"
Charts Environment
**Charts version/Branch/Commit Number: Master
**Xcode version: 9.3.1
**Swift version: 4.1
**Platform(s) running Charts: iOS 11.3
**macOS version running Xcode: 10.13.4
Demo Project
The text was updated successfully, but these errors were encountered: