I suddenly started getting this error listed when building a SDK structure. It's been working nicely before. When I try to change my script to only build one lib, it normally decides to work properly, making the issue hard to diagnose.lipo /usr/local/ogre/ogre1.8/build/ios/sdk/lib/Release-iphoneos/libOgreMainStatic.a
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo: /usr/local/ogre/ogre1.8/build/ios/sdk/lib/Release-iphoneos/libOgreMainStatic.a and /usr/local/ogre/ogre1.8/build/ios/sdk/lib/Release-iphonesimulator/libOgreMainStatic.a have the same architectures (i386) and can't be in the same fat output file
My script is viewable here: http://pastebin.com/2fYCZjWB. It's modified from the normal SDK script... ignore the copy/clean/test blocks I am running with no command args.
Is this just a build screwup? In my script, how do I tell xcodebuild to do a clean build?