You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: