Reputation: 1721
I put core-plot 1.4 header into my project, add library, add quartz-core, accelerate, -ObjC on linker flag but If I try to compile I get this error:
Upvotes: 1
Views: 2204
Reputation: 735
"https://www.dropbox.com/s/023f0bjrbjo855m/libCorePlot-CocoaTouch.a%202?dl=0"
It supports i368 , arm64 , armv7 and armv7s.
Upvotes: 1
Reputation: 27381
64-bit builds require iOS 7. Since Core Plot still supports earlier iOS versions we cannot turn on 64-bit by default. However, if you build the Core Plot library from source, you can change the project settings to build a 64-bit version. Either make Core Plot a dependent project inside your app, or build the "Universal Library" target to make a new static library.
Upvotes: 6