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

[Xcode]エラー "this class is not key value coding-compliant for the key"の対処

Last updated at Posted at 2021-03-06

Xcode初学者でよく起こるエラーとのことで、自分もはまってしまったので備忘録です。

##エラーが起きる原因
@IBOutlet@IBActionをコードから消したが、StoryBoardから削除していない
・ クラスを同じ名前で作り直したが、以前設定したStoryBoardのTriggered Seguesを削除していない

##対処
StoryBoard側も削除して再ビルド

image.png

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