i am trying to convert my ios app for 64-bit architecture. I am facing little confusion while doing this.
I have removed the warnings and followed the guidelines as mentioned on apple developers. But while changing the architecture to 64-bit in project build setting, i am having confusion i.e. acc to me the app already supports 64-bit architecture.
In buildsetting->architectures: the selected architecture is "Standard architectures(armv7, arm64) - $(ARCHS_STANDARD)"
and valid architecture is: "arm64 armv7 armv7s" Kindly tell me if i'm right or not