技術ブログ

プログラミング、IT関連の記事中心

carthage updateでXXX have the same architectures (arm64) and can't be in the same fat output fileが発生した場合

目次

エラー発生の状況

以下のコマンドを実行した際に

carthage update

以下のようなエラーが発生する場合があります。
※XXXはライブラリ名になります。

XXX have the same architectures (arm64) and can't be in the same fat output file

対応方法

carthage update」ではなく、以下のコマンドを実行することで改善します。

carthage update --no-use-binaries --use-xcframeworks --platform iOS