Closed TAATHub closed 1 year ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Yeah same on ios 17.0
I can see exactly the same warning here. App crash rating increases, not sure related to it or not.
@skywalkerlw The fix is staged for our next 10.16.0 release planned for next week.
We are still seeing this warning in 10.16.0 - did the fix get released with this change?
The fix got deployed in the InstrumentUploadTaskWithRequestFromData
function, but it looks like the same issue is still in InstrumentUploadTaskWithStreamedRequest
.
thanks for the report. We'll put this on this list for the next release.
Description
Similar to https://github.com/firebase/firebase-ios-sdk/issues/11536, a runtime warning as below occurs when running on iOS 17 RC built with Xcode 15 RC.
Warning:
Code:
Reproducing the issue
Run an app and check the runtime warnings on Xcode.
Firebase SDK Version
10.9.0 (also occurred with 10.15.0)
Xcode Version
15.0 (15A240d)
Installation Method
Swift Package Manager
Firebase Product(s)
Analytics, App Distribution, Authentication, Crashlytics, DynamicLinks, Performance
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippet```json Replace this line with the contents of your Package.resolved. ```
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippet```yml Replace this line with the contents of your Podfile.lock! ```