Posted: 28th Sep 2011 10:11
1.[WARN]Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'template-Info.plist'.

2.
ld: warning: directory not found for option '-L/Users/hanhalley/Documents/Game Studio/Fruit/../../platform/apple/Lib/Debug'
ld: warning: directory not found for option '-L/Users/hanhalley/Documents/Game Studio/Fruit/../../platform/apple/Lib/Release'

Because it's the first time for me to use Xcode , I don't know how to solve these warnings. Can anyone help me?
Posted: 28th Sep 2011 23:40
remove template-info.plist from resources in Xcode
Posted: 29th Sep 2011 5:41
how about the second warning?
Posted: 29th Sep 2011 9:53
Go to building settings in Xcode then scroll down to "Search Paths" and remove them one by one.
Posted: 29th Sep 2011 12:53
to Spacebuddy
Thank u very much!