naptics / PlainPing

a very plain ping interface in swift
MIT License
60 stars 21 forks source link

Disabled automatic objective-c compatibility header generation #31

Closed baltrus1 closed 1 year ago

baltrus1 commented 2 years ago

Since xcode has by default SWIFT_INSTALL_OBJC_HEADER = YES, compiler is generating header for objective c. This is not needed and even breaks build as the generated header is not compiling due to incorrect import.