MGTwitterEngine error: yajl/yajl_parse.h no such file or directory

1.5k Views Asked by At

I'm using MGTwitterEngine in my project and when compiling the whole project I get 23 error which are all releated to yajl/yajl_parse.h no such file or directory

Is there any solution for that?

Thanks!

1

There are 1 best solutions below

2
On BEST ANSWER

The project only contains references to yajl. You have to plug it in by yourself.