Post

Replies

Boosts

Views

Activity

Reply to Exception 'NSJSONReadingAssumeTopLevelDictionary and NSJSONReadingAllowFragments cannot be set at the same time'
Sorry, I can't, there are a lot of network requests and I didn't know which one exactly could cause the trouble. But it appeared only after upgrading to xcode13. I've solved this by replacing an options parameter in all NSJSONSerialization method calls to kNilOptions: [NSJSONSerialization  dataWithJSONObject:dictionary options:kNilOptions error:&err];
Topic: App & System Services SubTopic: General Tags:
Sep ’21
Reply to Xcode 15, how to uncheck "Connect via network" for physical device?
Xcode 15.1, iOS 17.2 – no updates. The "Connect via network" is still unable to uncheck.
Replies
Boosts
Views
Activity
Dec ’23
Reply to Exception 'NSJSONReadingAssumeTopLevelDictionary and NSJSONReadingAllowFragments cannot be set at the same time'
Sorry, I can't, there are a lot of network requests and I didn't know which one exactly could cause the trouble. But it appeared only after upgrading to xcode13. I've solved this by replacing an options parameter in all NSJSONSerialization method calls to kNilOptions: [NSJSONSerialization  dataWithJSONObject:dictionary options:kNilOptions error:&err];
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21