cloudsight/cloudsight-objc

Delegate crashes on didFailWithError

obrhoff opened this issue · 2 comments

Please check if the delegate is implementing this method and conforms to protocol, because this is crashing if not implemented.

CloudSightQuery.m / Line: 66

- (void)cloudSightRequest:(CloudSightImageRequest *)sender didFailWithError:(NSError *)error
{
    [self.queryDelegate cloudSightQueryDidFail:self withError:error];
}

None of the protocol methods are marked optional.

Sorry, just noticed this is indeed a bug - seems this repo wasn't up to date with published Pod...