Xcode 11 beta - Cannot find interface declaration for '*', superclass of '*'.

The Project perfectly compiles in Xcode 11 with device, when I try to compile it in Xcode 11 Simulator, it throws an error "Cannot find interface declaration for '', superclass of '' in "ProductName-Swift.h".


https://i.stack.imgur.com/yiLMZ.jpg

Accepted Reply

Issue resolved by manually merging simulator and device header files.


https://developer.apple.com/documentation/xcode_release_notes/xcode_10_2_release_notes?language=objc

Replies

It cannot find Cell class.


Could you show how and where you declared it ?


Are you sure you subclass Cell and not HeaderCell ? In your SWIFT_CLASS declaration, you seem to reference HeaderCell.

Issue resolved by manually merging simulator and device header files.


https://developer.apple.com/documentation/xcode_release_notes/xcode_10_2_release_notes?language=objc