To get my app to run on the iPhone 6 plus simulator, I have to add the arm64 architecture into the valid architectures. I got the fix from this SO link
But, what does adding arm64 to the architecture do?
Pertaining to my app, it has been on the App Store without arm64. What happens when someone with iPhone 6 plus downloads my app on the App Store and tried to open it. Will it crash?
Thanks