Jiang
unread,Sep 2, 2011, 12:33:35 PM9/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Skyhook Local Faves
I've just downloaded LocalFaves1.2.4 and built it for iPhone simulator
4.2 in the XCode 3.2.5.
I've got errors cannot find "Three20/Three20.h" in the
"MockPhotoSource.h".
So I've added three20 by runing "ttmodule.py" in the three20.
Then build success, but I've got following 4 warnings.
1.
/Users/username/Source/SkyHook/LocalFav/client/src/LocalFaves/Classes/
Network/LFNetworkManager.m:152:0 /Users/username/Source/SkyHook/
LocalFav/client/src/LocalFaves/Classes/Network/LFNetworkManager.m:152:
warning: class 'LFNetworkManagerXMLParser' does not implement the
'NSXMLParserDelegate' protocol
2.
/Users/username/Source/SkyHook/LocalFav/client/src/LocalFaves/Classes/
Utils/MockPhotoSource.m:45:0 /Users/username/Source/SkyHook/LocalFav/
client/src/LocalFaves/Classes/Utils/MockPhotoSource.m:45: warning:
'NSMutableArray' may not respond to '-perform:withObject:withObject:'
/Users/username/Source/SkyHook/LocalFav/client/src/LocalFaves/Classes/
Utils/MockPhotoSource.m:45:0 /Users/username/Source/SkyHook/LocalFav/
client/src/LocalFaves/Classes/Utils/MockPhotoSource.m:45: warning:
(Messages without a matching method signature
3.
/Users/username/Source/SkyHook/LocalFav/client/src/LocalFaves/Classes/
Utils/MockPhotoSource.m:70:0 /Users/username/Source/SkyHook/LocalFav/
client/src/LocalFaves/Classes/Utils/MockPhotoSource.m:70: warning:
'NSMutableArray' may not respond to '-perform:withObject:'
4.
/Users/username/Source/SkyHook/LocalFav/client/src/LocalFaves/Classes/
Utils/MockPhotoSource.m:126:0 /Users/username/Source/SkyHook/LocalFav/
client/src/LocalFaves/Classes/Utils/MockPhotoSource.m:126: warning:
'NSMutableArray' may not respond to '-perform:withObject:'
After that, I've copied libs(libLocalFaves.a, libThree20.a,
libThree20UI.a, libThree20Style.a, libThree20Network.a,
libThree20UINavigator.a, libThree20UICommon.a, libThree20Core.a,
libOAuthConsumer_static.a, libObjectiveFlickr.a) to the Debug-
iphonesimulator folder in Cocktail sample project.
and then build Cocktail project.
I've got following error.
ld: duplicate symbol _TTOSVersion in /Users/username/Source/SkyHook/
LocalFav/client/samples/Cocktails/build/Debug-iphonesimulator/
libLocalFaves.a(TTGlobalUICommon.o) and /Users/username/Source/SkyHook/
LocalFav/client/samples/Cocktails/build/Debug-iphonesimulator/
libThree20UICommon.a(TTGlobalUICommon.o)
So my question is follows.
1. How can I remove 4 warnings in the LocalFaves project?
2. What's wrong with me in building Cocktail project?
I'm looking forward your reply.
Thank you.
Jiang.