3
1

More than 1 year has passed since last update.

【Xcode】Missing required module 'XXXXX'を修正する

Posted at

はじめに

UITestでメインターゲットをインポートしようとした時に発生したエラーを治すのに苦戦したので備忘録として残しておきます。

エラー

スクリーンショット 2022-08-24 20.40.29.png
スクリーンショット 2022-08-24 20.41.02.png

Missing required module 'Purchases'

修正方法

① プロジェクトを選択
② UITestのターゲットを選択
③ 「Build Phases」を選択
④ 「Link Binary With Libraies」を開く
⑤ 「+」を選択
スクリーンショット 2022-08-24 20.42.21.png

⑥ エラーが出ているライブラリを選択する
⑦ 「Add」を選択
スクリーンショット 2022-08-24 20.46.32.png

参考記事

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