Skip to content

VVOSCQueryBrowser Xcode 8 Compile errors #2

@technomorph

Description

@technomorph

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions