Posts

Post not yet marked as solved
40 Replies
in my case, I found below code in the XXXBridgingHearder.h file```#import "OtherClassName.h" <- in this file, import "ClassA.h"#import "Module/ClassA.h"```This module is a cocoapods dynamic lib. There is a swift ClassB inherit a OC ClassA in this module. It also encounter another error: MyClass is unavailable: cannot find Swift declaration for this class.It really spend me a lot time to find out the issue.Hope it can help.