I "fixed" the multiple declarations issue by doing this.
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wduplicate-method-match"
#import "AppName-Swift.h"
#pragma clang diagnostic pop
Post
Replies
Boosts
Views
Activity
Still happening with Xcode 13.4.
Same issue here as well.