Xcode – When I try to start app for Mac instead IOS I got "Ambiguous use of 'object(forKey:)'"
I have the following JSON: { payload = { asks = ( { price = "6.38"; quantity = 100; } ); bids = ( { price = "6.37"; quantity = 118; } ); depth = 1; }; And I have…