missing required architecture armv7 missing required architecture armv7 sqlite sqlite

missing required architecture armv7


Look if libsqlite3.dylib is added to all your targets.


Finally i found the problem : libsqlite3.dylib that i used compiled for armv6 not 7 , so i just download xcode dmg file 4.3 and extract the lib from it .


For those of you receiving this message while validating an app archive in Xcode 4.5.1 - there is a known issue preventing Xcode from properly handling product names contain non-alpha characters. That said, the issue went away after I take all non-alpha characters out of the Product Name build setting.