3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【AdMob】-[UIView setAdUnitID:]: unrecognized selector sent to instanceの解決方法

3
Posted at

はじめに

個人開発で広告の表示をするときに出会ったクラッシュの解決方法をメモ的に残しておきます。

環境

  • MacBook Pro (13-inch, 2020, Two Thunderbolt 3 ports) intel mac
  • macOS Monterey 12.6
  • Xcode 14.1

症状

  • 広告が表示される画面とクラッシュする画面がある

エラーの内容

スクリーンショット 2022-12-10 13.23.06.png

解決方法

Custom Classを設定するときに「inherit Module From Target」のチェックを外して、moduleが「none」になるようにしてください。これで表示されるはずです。
これでうまくいかないよーという人はCustomeClassに「GADBannerView」を設定した後にIBOutletを繋げているか確認してみてください!
スクリーンショット 2022-12-10 13.28.02.png

おわり!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?