I've been reading about how XCode 4.5 has dropped support for armv6 but have not found a definitive statement about what the consequence of this are in terms of what devices/OSs can be supported when building with XCode 4.5.
I'm targeting my app at 4.n, 5.n and 6.n devices, however on 4.n I'm getting a runtime crash with
dyld: lazy symbol binding failed: Symbol not found: _objc_retainAutoreleasedReturnValu
e
Might this be related to XCode 4.5 no longer supporting armv6?