4
4

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 5 years have passed since last update.

xibをロードしようとしたらアプリ落ちる問題に少しハマったのでメモ

Posted at
let view:UIView = UINib(nibName: "SkillHeader", bundle: nil).instantiate(withOwner: self, options: nil)[0] as! UIView

こんなコードを書いてxibを生成したかったのですが、
Could not load NIB in bundle
というエラーでハマったしまったのでメモ。

結論から書くと、生成したxibがCopy Bundle Resourcesに登録されていませんでした。

スクリーンショット 2018-07-01 15.20.54.png

xibをここにドラッグ&ドロップすれば無事に行けました。

https://yuu.1000quu.com/points_to_note_when_acquiring_files_with_swift
こちらのサイトを参考にさせて頂きました。
ありがとうございました。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?