Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GoogleDataTransport to 6.2.2 #11140

Closed
KevinColemanInc opened this issue Apr 18, 2023 · 4 comments
Closed

Update GoogleDataTransport to 6.2.2 #11140

KevinColemanInc opened this issue Apr 18, 2023 · 4 comments

Comments

@KevinColemanInc
Copy link

Description

Xcode 14.3 shows an error with firebase projects, see issue:

facebook/react-native#36763
https://stackoverflow.com/questions/75189250/warning-a-function-declaration-without-a-prototype-is-deprecated-in-all-version

The fix has already been applied to the dependency:
google/GoogleDataTransport#92

Can we update the podfiles to require the latest version of GoogleDataTransport?

Reproducing the issue

Build firebase in the latest version of xcode (14.3)

Firebase SDK Version

10.8.1

Xcode Version

14.3

Installation Method

Swift Package Manager

Firebase Product(s)

All

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@ncooke3
Copy link
Member

ncooke3 commented Apr 18, 2023

Hi @KevinColemanInc, could you try running pod update?

@KevinColemanInc
Copy link
Author

My specific project is so old that I can't actually update anything without making the app unbuildable.

I think pod update should fix the issue, but don't you want to force the version to be above 9.2.2 to prevent another package from minimizing the version?

@paulb777
Copy link
Member

@KevinColemanInc You can update your Podfile to specifically request the needed version with a specification like

pod 'GoogleDataTransport', '>= 9.2.2'

@firebase firebase locked and limited conversation to collaborators Jun 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants