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
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: