ccv icon indicating copy to clipboard operation
ccv copied to clipboard

Cannot compile on iOS

Open lagagne72 opened this issue 8 years ago • 1 comments
trafficstars

Hey guys, can someone help me compiling for iOs. The old Klaus version works, but ccv version used looks quite different from the current one. Unfortunately I’m unable to compile on iOs with the latest ccv version.

Here is what I do: I drop the lib folder in my code and click copy if needed. Then, #include <ccv.h> doesn’t work but #include “lib/ccv.h” does.

Then however, when i try to call ccv_read (like is done in Klaus) the code doesn’t compile anymore and throws this error: Undefined symbols for architecture i386: "_ccv_read_impl",

Any pointers would be appreciated. Thanks a lot !

lagagne72 avatar Apr 21 '17 19:04 lagagne72

Can you paste the line where you are calling ccv_read?

codeclown avatar Oct 06 '19 12:10 codeclown