Hi, I’m subclassing and overriding methods on a Class that has nullable/non null syntax enabled. I getting a warning on the following declaration:
-(nullable LTWNodeInfo*) getNodeAtIndexPath:(nonnull NSIndexPath*) theIndexPath error:(NSError**) theErrorPtr; Its saying that “theError” needs nullable/nonnull, but I can’t figure out the correct syntax for this to stop it moaning. Any ideas? Also I can’t seem to find where these are documented? Thanks in advance. All the Best Dave _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com