Anirudha Mahale
Anirudha Mahale

Reputation: 2596

Develop iOS app for 64bit

After creating project or workspace in xcode do I need to explicitly set the app for 64bit environment in anywhere in project settings?

Thanks in advance for the help.

Upvotes: 1

Views: 863

Answers (2)

Guru
Guru

Reputation: 22042

iOS 11 doesn't support 32-bit. By default Xcode sets 64-bit.

In Xcode 8 and below, make sure you add arm64 to Valid Architectures and select Standard Architectures.

architecture configuration in Xcode

Upvotes: 2

dzl
dzl

Reputation: 906

Newly created projects in XCode will automatically support the current (64 bit) architecture.

Upvotes: 0

Related Questions