クラスでいくつかの @IBInspectable プロパティを使用していた後、気が変わってそれらを削除しました。ただし、IB はまだそれらを設定しようとしているようで、実行するたびに次のような警告が生成されます。
2015-03-04 11:47:10.288 2D[29075:939900] Failed to set (shapeAsInt) user defined inspected property on (_D.ShapeButton): [<_D.ShapeButton 0x12fe25340> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key shapeAsInt.
2015-03-04 11:47:10.289 2D[29075:939900] Failed to set (colorAsInt) user defined inspected property on (_D.ColorButton): [<_D.ColorButton 0x12fd21800> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key colorAsInt.
ログによってアプリがクラッシュすることはありませんが、かなり厄介です。
他の誰かがこれに遭遇しましたか?どのように修正しましたか?