Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VVOSCQueryBrowser Xcode 8 Compile errors #2

Open
technomorph opened this issue Jul 4, 2021 · 0 comments
Open

VVOSCQueryBrowser Xcode 8 Compile errors #2

technomorph opened this issue Jul 4, 2021 · 0 comments

Comments

@technomorph
Copy link

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];

} else {
	prettyData = (urlReplyDict==nil) ? nil : [NSJSONSerialization dataWithJSONObject:urlReplyDict options:NSJSONWritingPrettyPrinted error:nil];
}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant