We are using Firebase Crashlytics to report any crashes in our iOS app. Recently, we started seeing an error with the following description:
Crashed: com.apple.root.utility-qos.cooperative
0 ArcGIS 0x358ffc specialized URLRequestBuildable.makeURLRequest() + 16324 (<compiler-generated>:16324)
1 ArcGIS 0x359948 CoreRequest.urlRequest.getter + 188 (CoreRequest.swift:188)
2 ArcGIS 0x359dc4 protocol witness for CoreRequestProtocol.urlRequest.getter in conformance CoreRequest + 19852 (<compiler-generated>:19852)
3 ArcGIS 0x357b58 CoreRequestProtocol.send() + 56 (CoreRequest.swift:56)
We are wondering if you have some idea what could be happening?, apparently there is an error related to ArcGIS library with: specialized URLRequestBuildable.makeURLRequest().
Information about our app:
- ArcGIS Version: 200.4.0
- Swift Version: Swift 5
- iOS Deployment Target: 16