Closed fab5949 closed 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!
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!
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!