Replies: 6 comments · 10 replies
-
|
Use the code on the |
Beta Was this translation helpful? Give feedback.
-
|
What version of Xcode are you using? i'm not seeing any errors with Xcode 14.2. Can you give some examples of the types of errors you're seeing? |
Beta Was this translation helpful? Give feedback.
-
|
I tried to compile it on Xcode 14.3 Beta2. I get following errors /core-plot/framework/Source/_CPTMaskLayer.m:36:15 Mixing declarations and code is incompatible with standards before C99 Command PhaseScriptExecution failed with a nonzero exit code I get lot other compilation errors as well. It is very hard to use core plots library and it is not user friendly. Earlier it used to be very easy to compile and use. |
Beta Was this translation helpful? Give feedback.
-
|
I just downloaded Xcode 14.3 beta 3 and I see what you mean. There are a bunch of new recommended project setting updates that I need to go through, too. I don't understand where the C99 error is coming from. We've had the C99 compiler dialect selected in the project settings for years and never had the compiler complain. I'm also seeing some warnings about quoted includes. See issue #433 for suggested workarounds. These errors were suppressed when compiling Core Plot in Xcode 14.2. |
Beta Was this translation helpful? Give feedback.
-
|
This should be fixed on the |
Beta Was this translation helpful? Give feedback.
-
|
I believe the build problems have been resolved on the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I look latest from master and the corePlot framework does not compile for me with lot of C99 related errors.
Am I missing anything?
Omkar Bhave
Beta Was this translation helpful? Give feedback.
All reactions