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

【Warning】no rule to process file ‘/Users/UserName/Desktop/SampleProject/SampleApp/Library/SVProgressHUD/SVProgressHUD.bundle’ of type ‘wrapper.plug-in’ for architecture ‘arm64’

【Warning】no rule to process file ‘/Users/UserName/Desktop/SampleProject/SampleApp/Library/SVProgressHUD/SVProgressHUD.bundle’ of type ‘wrapper.plug-in’ for architecture ‘arm64’

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

発生したエラー

no rule to process file ‘/Users/mickey/Desktop/TDR/sampleProject/Library/SVProgressHUD/SVProgressHUD.bundle’ of type ‘wrapper.plug-in’ for architecture ‘arm64’

no rule to process file ” of type ‘wrapper.plug-in’ for architecture ‘arm64’

翻訳

アーキテクチャ ‘arm64’に対して、ファイル ‘/Users/mickey/Desktop/TDR/sampleProject/Library/SVProgressHUD/SVProgressHUD.bundle’ のタイプ ‘wrapper.plug-in’ を処理するルールがない。

アーキテクチャ ‘arm64’の ‘wrapper.plug-in’ タイプのファイル ” を処理するルールはありません。

原因

調査中…

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

解決手順

・Project > Build Settings > Architectures > Other

・「x86_64 arm64e arm7s」を追加 ※半角スペースで区切る

参考サイト

https://stackoverflow.com/questions/50768723/what-does-warning-mapping-architecture-arm64-to-x86-64-mean

Swiftカテゴリの最新記事