LoginSignup
5
3

More than 3 years have passed since last update.

Module 'SOMETHING' was created for incompatible target arm64-apple-ios8.0 とでてiOSアプリがビルドできない

Last updated at Posted at 2020-11-05

今まではビルドできていたアプリがXcode12にアップデートしてからエラーがでてiOSアプリがビルドできなくなりました。

環境

  • Xcode12
  • Carthage

エラー

ビルドするとCarthageでインストールしているフレームワークのビルドエラーが出ました。
スクリーンショット 2020-11-05 19.48.13.png

解決方法

以下を参考に targets > Build Settings の Excluded Architecturearm64 を追加するとビルドできるようになりました。

スクリーンショット 2020-11-05 19.52.06.png

5
3
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
5
3