I encountered an issue since I updated to Xcode 10. Archiving my project leads to an infinite stuck. As I found in this Stackoverflow topic, we can fix this by removing ARMv7 from valid architectures. It did work for me, but it seems super weird : does it mean this is the end for ARMv7 iOS architectures ? As I could see it in this very useful matrix, devices like iPhone 5 or iPhone 5C use ARMv7 and, when they are up-to-date, use iOS 10.3.3 (which is kind of recent). So, this is the end ? We can not build apps for them anymore ? If there is a way to continue to archive with both ARM64 ans ARMv7 architectures, I would be glad to know how.
Thanks for your concern.