On launching my existing project with Xcode 12 Beta 6 - it does not allow to compile saying:
AST Deserialization Issue:
'AppDelegate' has different definitions in different modules; first difference is defined here found 2 referenced protocols
What I have confirmed is - @interface AppDelegate
exist only once in my workspace, so where do we find second definition of AppDelegate?
Anyone else has faced this or any hint on this?