You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VVOSCQueryProtocol/VVOSCQueryBrowser/ServerUIController.m:391:6: Unexpected '@' in program
VVOSCQueryProtocol/VVOSCQueryBrowser/ServerUIController.m:392:132: Use of undeclared identifier 'NSJSONWritingSortedKeys'
from line 389
`// make a pretty (indented) string for display in the JSON section
NSData *prettyData = nil;
if (@available(macOS 10.13, *)) {
prettyData = (urlReplyDict==nil) ? nil : [NSJSONSerialization dataWithJSONObject:urlReplyDict options:NSJSONWritingPrettyPrinted|NSJSONWritingSortedKeys error:nil];
VVOSCQueryProtocol/VVOSCQueryBrowser/ServerUIController.m:391:6: Unexpected '@' in program
VVOSCQueryProtocol/VVOSCQueryBrowser/ServerUIController.m:392:132: Use of undeclared identifier 'NSJSONWritingSortedKeys'
from line 389
`// make a pretty (indented) string for display in the JSON section
NSData *prettyData = nil;
if (@available(macOS 10.13, *)) {
prettyData = (urlReplyDict==nil) ? nil : [NSJSONSerialization dataWithJSONObject:urlReplyDict options:NSJSONWritingPrettyPrinted|NSJSONWritingSortedKeys error:nil];
The text was updated successfully, but these errors were encountered: