I am new to iOS development. I have developed an app entirely in Swift.
I was wondering if apps developed with Swift (Xcode 6.0.1) need any special care to meet the 64-bit requirements?
I am using the default build settings:
Standard architectures(armv7, arm64) – $(ARCHS_STANDARD)
Is there anything I need to do to make sure it meets 64-bit requirements?