Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Want to share a MGTwitterEngine iPhone Xcode skeleton project?

Anyone want to share an Xcode project that has MGTwitterEngine in it? Mine won't compile. Are there certain project settings to set? I just made a stock tab bar app for iPhone and added the MGTwitterEngine files. Tons of compiler errors. What am I missing?

like image 633
Troy Sartain Avatar asked Dec 07 '22 06:12

Troy Sartain


1 Answers

I had same problem. To get it to compile I added "$SDKROOT/usr/include/libxml2" to the Header Search Paths list. I also checked Recursive checkbox.

like image 98
Asa Avatar answered Dec 28 '22 08:12

Asa