I have been trying to integrate Facebook with my app to allow users to update their status, but when I try to build I get this error:
“Command
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
failed with exit code 1”
I have followed the steps from this YouTube video, but he hasn’t got any issues.
I also get this advise (may be related):
/Users/Ben/Documents/Apps/Ball Game/MainWindow.xib:10:0 ‘Ball Game
View Controller’ has both its ‘View’ and ‘NIB Name’ properties set.
This configuration is not supported.
Any ideas?
after much searching around i came across this so answer which is the same issue i was having
Xcode, Duplicate symbol _main
the answer is on there and is correct its to do with then i was adding the resources for the fb it already had a test app in the folders and was using a windows main.xib which was conflicting
Anybody else stumbles across this i suggest looking in your resources library.