I recently migrated to XCode 4.5 with iOS SDK 6.0. Now when i try to archive my app, i get a long list of compiler warnings all reading the same.
warning: no rule to process file '$(PROJECT_DIR)/Classes/Utils.m' of type sourcecode.c.objc for architecture armv6
warning: architecture armv6 is not supported (current ARCHS = "armv7 armv6").
I cannot understand the last line, it says armv6 is not not supported,but armv6 is present as you can see.
1) How do i fix this?
2) What could be the implication of this? as this is just a warning? Will my app update not run of iphone 3gs?
Thanks