No, I don't think that the object is nil. This is the complete block
*self.pullGateway = [self.database createPullReplication: self.gatewayURL];self.pullGateway.filter=@"sync_gateway/bychannel";self.pullGateway.filterParams=[[NSDictionary alloc] initWithObjectsAndKeys:@"x", @"channels", nil];self.pushGateway = [self.database createPushReplication: self.gatewayURL];self.pullGateway.continuous = YES; * self.database it's obviously an object CBLDatabase -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/50cc3a38-dd4d-45b0-a576-a653cf942077%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
