LoginSignup
87
85

More than 5 years have passed since last update.

Xcode5.1でarm64を外す方法

Last updated at Posted at 2014-03-11

Xcode5.1ではArchitecturesで「Standard architectures (armv7, armv7s, arm64)」しか選択できないのでarm64を外せなくなってしまったのかと思いましたが、外せましたのでその方法を共有します。

プロジェクト > TARGETS > Build Settings の Architecturesを以下の状態にします。
(armv7とarmv7sを別々に設定するよりも $(ARCHS_STANDARD_32_BIT) を設定したほうがいいみたいです)

スクリーンショット 2014-03-12 11.56.02.png

これで64bit対応されていないライブラリも引き続き使い続けることができます!

87
85
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
87
85