firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.56k stars 1.45k forks source link

waitForCompletionWithTimeout: is deprecated: Use XCTestExpectation instead #8347

Closed lefdilia closed 3 years ago

lefdilia commented 3 years ago

Step 0: Are you in the right place?

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

Steps to reproduce:

What happened? How can we make the problem occur? This could be a description, log/console output, etc.

If you have a downloadable sample project that reproduces the bug you're reporting, you will likely receive a faster response on your issue.

Relevant Code:

// TODO(you): code here to reproduce the problem

Screen Shot 2021-07-07 at 16 05 54

Error on : FIRStorageDownloadTask.m

google-oss-bot commented 3 years ago

I found a few problems with this issue:

rizafran commented 3 years ago

Hi @lefdilia, please follow the template by including the Xcode and SDK version used, installation method, and steps to reproduce. Thanks.

paulb777 commented 3 years ago

@lefdilia This issue is fixed in #8296 and will release in Firebase 8.3.0 that is due out later this week.

It's result of the recent GTMSessionFetcher 1.6.x release.

The warning should be safe to ignore or it could be disabled by downrevving to GTMSessionFetcher 1.5.x