LoginSignup
9
8

More than 1 year has passed since last update.

ビルドの際のエラーの解消. - Could not find module for target

Last updated at Posted at 2021-05-01

以下のエラーの対応を説明します

Realmにて以下のエラーが発生

Could not find module 'RealmSwift' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator

解決策

スクリーンショット 2021-05-01 16.13.15.png

Build SettingsのExcluded Architectures > DebugにAny iOS Simulatorのx86_64を追加した。

するとビルドができるようになりました。

9
8
1

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
9
8