nui icon indicating copy to clipboard operation
nui copied to clipboard

"nil" passed to a callee that requires a non-nil argument

Open alexandrahably opened this issue 8 years ago • 0 comments

In file: https://github.com/tombenner/nui/blob/master/NUI/Core/Parser/NUIParserDelegate.m

[NSException raise:@"Unexpected value token" format:nil];

The "format" arg can't be nil, it must be a string.

https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSException_Class/#//apple_ref/occ/clm/NSException/raise:format:

alexandrahably avatar Sep 12 '16 11:09 alexandrahably