プログラミングスクール最大70%OFF! ←クリックして見に行く

【Error】[プロジェクト名] architectures (arm64) include none that [端末名] can execute (Intel 64-bit, Intel 32-bit).

【Error】[プロジェクト名] architectures (arm64) include none that [端末名] can execute (Intel 64-bit, Intel 32-bit).

エラー解消方法の備忘録_φ(・_・ )

発生したエラー

[プロジェクト名] architectures (arm64) include none that [端末名] can execute (Intel 64-bit, Intel 32-bit).

翻訳

プロジェクトのアーキテクチャ(arm64)には、[端末名] が実行できるもの(インテル64ビット、インテル32ビット)はありません。

原因

詳しい原因は調査中ですが、
解決する手順は以下の通りです。

解決手順

・Build Active Architecture OnlyのDebugをNoにする

・User Definedに明確な理由で記載してない場合、削除

参考サイト

https://qiita.com/mitsu9/items/95e238aa84415327be74
https://zenn.dev/yimajo/articles/7e275bc23999fe7d8b87
https://reftec.work/posts/2020/12/218/
https://stackoverflow.com/questions/63088106/xcode-12-appnames-architectures-arm64-include-none-that-iphone-11-pro-can-e

Swiftカテゴリの最新記事