You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project crashes on this line Example_App/DocsAppConfig.swift:19: Fatal error: 'try!' expression unexpectedly raised an error: Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "proxyPort", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"proxyPort\", intValue: nil) (\"proxyPort\").", underlyingError: nil))
After adding the parameters, it fixed the issue
"proxyPort": "", "proxyAccount": "", "proxyPassword": ""
The text was updated successfully, but these errors were encountered:
The project crashes on this line
Example_App/DocsAppConfig.swift:19: Fatal error: 'try!' expression unexpectedly raised an error: Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "proxyPort", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"proxyPort\", intValue: nil) (\"proxyPort\").", underlyingError: nil))
After adding the parameters, it fixed the issue
"proxyPort": "", "proxyAccount": "", "proxyPassword": ""
The text was updated successfully, but these errors were encountered: