Hey guys,
I’ve recently downloaded the 2.1 enterprise framework (trial) in order to test the P2P component.
I’ve implemented the following code and it can not find the CBLMessageEndpointListenerConfiguration class (Apple mach-O Linker Error). Any suggestions?
“CBLMessageEndpointListenerConfiguration *config = [[CBLMessageEndpointListenerConfiguration alloc] initWithDatabase:database protocolType:kCBLProtocolTypeMessageStream];
_messageEndpointListener = [[CBLMessageEndpointListener alloc] initWithConfig:config];”