I have downloaded the libechoprint project. After installing Homebrew, and boost and other dependencies, I was able to produce libechoprint-codegen-ios.a successfully, and make a FAT file out of it to use in the echo print for iOS sample.
However, I can't compile the echo print-ios sample. It gives me this error:
Undefined symbols for architecture armv7:
"__ZN7CodegenC1EPKfji", referenced from:
__Z15codegen_wrapperPKfi in Codegen_wrapper.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help? I really need this framework.