mattgemmell / MGTwitterEngine

Objective-C Twitter integration library for Mac OS X and iPhone. Official repository.
http://mattgemmell.com/source
1.13k stars 164 forks source link

Newbie compile problem #94

Closed fab5949 closed 13 years ago

fab5949 commented 13 years ago

Hi,

I'm running Xcode 3.2.6 under Leopard. I've done all the tasks listed with the MGTwitter page and corrected bad paths. However, I keep getting the message of "Library not found for -lctr1.10.6.o" when it tries to link. It is driving me batty. Help!

fab5949 commented 13 years ago

Looks like the problem was that the under the MGTwitterEngine.xcodeproj the project.pbxproj had:

MACOSX_DEPLOYMENT_TARGET = 10.6;

in a couple of places. I changed them to 10.5 and it now works! Whew!