I have this problem with running app on my iPhone 5.
I has just figure that if i use layout.estimatedItemSize
in my code then my app will crash on my iPhone 5, and at the first time build for it, Xcode said that the device cannot run executables for armv7s
When I delete layout.estimatedItemSize
, all work fine?
Can someone help me about this?