Open
Description
openedon Oct 23, 2017
I'm referencing Cocoa Lumberjack which uses NS_SWIFT_NAME
Like this...
+ (void)log:(BOOL)asynchronous
message:(DDLogMessage *)logMessage NS_SWIFT_NAME(log(asynchronous:message:));
I get the error message
Error expected ';' after method prototype CocoaLumberjack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment