I installed msgpack with brew and can compile the sample code with gcc msgpacktest.c -lmsgpack
in the command line. But when I add the header in test.m
, a class in my iOS project and add -lmsgpack
in Compile Sources of Build Phases, I still get the error msgpack.h file not found
. I am a new programmer and this is confusing me. What am I missing?