5
2

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.

カスタムUIViewにて"loadNibNamed"のところで"EXC_BAD_ACCESS "

Last updated at Posted at 2020-10-18

ちょっとだけ沼ったんで書いておきます。

起こった事件

スクリーンショット 2020-10-18 17.34.29.png

カスタムUIViewを読み込もうとしたときに、loadNibNamedEXC_BAD_ACCESSのエラー...

解決した方法

簡単に解決できました。

xib上のViewのCustom Classにクラスを指定していたことが間違いでした。
これをFile'sOwnerのCustom Classに指定し直しましょう。

スクリーンショット 2020-10-18 17.37.57.png

Outlet接続等はViewのCustom Classにクラスを指定していてもうまくいくので気付きにくいなぁと思いました。

参考

[xibファイルのカスタムViewクラスが File's Owners に設定すること] (https://scrapbox.io/iOS-App-Development/xib%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%AE%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0View%E3%82%AF%E3%83%A9%E3%82%B9%E3%81%8C_File's_Owners_%E3%81%AB%E8%A8%AD%E5%AE%9A%E3%81%99%E3%82%8B%E3%81%93%E3%81%A8)

5
2
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
5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?