Skip to content

VVOSCQueryBrowser Xcode 8 Compile errors #2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions