lldb class has incompatible superclass lldb class has incompatible superclass ios ios

lldb class has incompatible superclass


Try this one:

  1. Select your project in the left project navigator.

  2. Switch to the Build Settings tab.

  3. Search for Debug Information Format.

  4. Set the value for Debug to DWARF.

  5. Clean Build Folder: hold Option + Command + Shift + K (That is ⌥ + ⌘ + ⇧ + K).

  6. Rebuild your project: ⌘ + R.

Good luck.