반응형
Could not cast value of type 'UITableViewCell' (0x11e2d8e70) to 'SwipeCellKit.SwipeTableViewCell' (0x10536c138).
2022-10-21 16:01:54.179690+0900 Todoey[84823:1886981] Could not cast value of type 'UITableViewCell' (0x11e2d8e70) to 'SwipeCellKit.SwipeTableViewCell' (0x10536c138).
Could not cast value of type 'UITableViewCell' (0x11e2d8e70) to 'SwipeCellKit.SwipeTableViewCell' (0x10536c138).
identity inspector에 상속을 받아야하는 클래스를 지정할 수 있다.
해당 TableViewCelld에 가서
설정해주면 된다.
이렇게 하면 해당 ViewController는 더이상 UITableViewController를 상속받지 않게 된다.
반응형
'iOS > Swift 오류 찾아 삼만시간' 카테고리의 다른 글
Bartintcolor iOS13이상 (0) | 2022.11.08 |
---|---|
[Swift] Automatically assigning platform `iOS` with version `13.0` on target `------` because no platform was specified. Please specify a platform for this target in your Podfile. (0) | 2022.10.21 |
[Swift] Realm data migration (0) | 2022.10.19 |
[Xcode] 터미널에서 podfile 설치 후 workspace생성 안되는 오류 (0) | 2022.08.31 |
[Swift] Timer Error (0) | 2022.06.02 |