Skip to content

NS_SWIFT_NAME macro not supported #2807

Open

Description

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

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions