using Xcode 4.6.2.
Created an empty cocos2d iOS (ipad selected) project using cocos2d 2.0 rc1 (currently official site calls it unstable)
Exactly followed this step by step tutorial and keep getting this error:
ld: warning: ignoring file /Users/osx1/Desktop/Products/Debug-iphoneos/libcocos2dlib.a, file was built for archive which is not the architecture being linked (armv7s): /Users/osx1/Desktop/Products/Debug-iphoneos/libcocos2dlib.a Undefined symbols for architecture armv7s: "_OBJC_CLASS_$_CCFileUtils", referenced from: objc-class-ref in AppDelegate.o "_OBJC_CLASS_$_CCSprite", referenced from:.......................
What should I do? Is this tutorial given link above some outdated?