Tag: xcode
-
This build is using a beta version of Xcode and can’t be submitted
34 I cannot submit new Test Flight builds to external testing. I was able to do it yesterday. I’ve tried with both my Mac Mini & MacBook Air, both running Xcode version: 15.0.1 (15A507). This build is using a beta version of Xcode and can’t be submitted. Make sure you’re using the latest version of…
-
How to serialize GraphQLEnum JSON in swift with Apollo version 1.3
0 I am trying to serialize data from a GraphQL Apollo request into JSON in order to decode into my swift model. However, when trying to serialize the data with an enum it fails. static func decodeUser(userJson:JSONObject)->UserQL?{ let decoder = JSONDecoder() print(userJson) guard let jsonData = try? JSONSerializationFormat.serialize(value: userJson) else { return nil } return…
-
iOS 17.0 Simulator (21A328) Failed with HTTP status 400: bad request
8 i update from Xcode 15 beta to Xcode 15. now I want install the iOS package and got this error: enter image description here Already reinstalled Xcode There are already newer versions on the Apple site than what is shown here, maybe that’s where the error comes from? xcode ios-simulator http-status-code-400 Share Improve this…