I'm trying to import a module called NSObject + Rx ", but Xcode complains of an obscure error (consecutive statements, separated by, etc.).
import NSObject+Rx
Any idea to import a module with special characters like this?
From Apple Docs :
Naming your product moduleXcode Swift Objective-C, Xcode , . . , , (.), (_) . , .Xcode , . , ..
Naming your product module
Xcode Swift Objective-C, Xcode , . . , , (.), (_) . , .
Xcode , . , .
.
, NSObject+Rx NSObject_Rx , .
NSObject+Rx
NSObject_Rx
. (+) (_), .
import NSObject_Rx