I get a bunch of warnings when I test with iOS 5.0 SDK on an iPhone 3G(app runs fine though). When I test on an iPhone 4 I don't get the warnings. It looks like it has something to do with armv6. First here are my settings and some info:
Xcode version: 4.2
IPhone model: iPhone 3G
SDK: Latest iOS(iOS 5.0)
Architectures: $(VALID_ARCHS)
Valid Architectures: armv6 armv7
iOS Deployment Target: iOS 3.1
Edit: I have two iPhone 3G's. One running iOS 3.1.3 and one running iOS 4.2.1. The warnings only happen on the one running 3.1.3.
Here are the first 6 warnings. There are 35 warnings in all that look very similar (can I suppress these?):
warning: Could not find object file "/var/tmp/AppleMBX/AppleMBX-48~174/AppleMBX.build/MBXGLEngine.build/Objects-normal/armv6/fb.o" - no debug information available for "/SourceCache/AppleMBX/AppleMBX-48/MBXGLEngine/fb.c".
warning: Could not find object file "/var/tmp/AppleMBX/AppleMBX-48~174/AppleMBX.build/MBXGLEngine.build/Objects-normal/armv6/get.o" - no debug information available for "/SourceCache/AppleMBX/AppleMBX-48/MBXGLEngine/get.c".
warning: Could not find object file "/var/tmp/AppleMBX/AppleMBX-48~174/AppleMBX.build/MBXGLEngine.build/Objects-normal/armv6/fog.o" - no debug information available for "/SourceCache/AppleMBX/AppleMBX-48/MBXGLEngine/fog.c".
warning: Could not find object file "/var/tmp/AppleMBX/AppleMBX-48~174/AppleMBX.build/MBXGLEngine.build/Objects-normal/armv6/mbxlite_mp.o" - no debug information available for "/SourceCache/AppleMBX/AppleMBX-48/MBXGLEngine/mbxlite_mp.c".
warning: Could not find object file "/var/tmp/AppleMBX/AppleMBX-48~174/AppleMBX.build/MBXGLEngine.build/Objects-normal/armv6/eglglue.o" - no debug information available for "/SourceCache/AppleMBX/AppleMBX-48/MBXGLEngine/eglglue.c".
warning: Could not find object file "/var/tmp/AppleMBX/AppleMBX-48~174/AppleMBX.build/MBXGLEngine.build/Objects-normal/armv6/drawtex.o" - no debug information available for "/SourceCache/AppleMBX/AppleMBX-48/MBXGLEngine/drawtex.c".