google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.

Home Page:https://developers.google.com/identity/sign-in/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 15.3 and App Store Connect Issue

fahedalahmad opened this issue · comments

Xcode version

15.3

Google utils SDK version

4.2.2

Dependency Manager

SPM

Goals

Archive my application and upload it to the App Store.

Expected results

Processing of the application on the Appstore connect without issues.

Actual results

Screenshot 2024-03-07 at 11 21 19 PM

Looks like a similar issue to firebase/firebase-ios-sdk#12441. A workaround should be building with Xcode 15.2 or less.

Hi @paulb777 ,

It is the same issue, Firebase has fixed it. However, GoogleUtils SDK is not.

I was able to upload the build by manually editing the info.plist of the framework.

@Falahmad What did you have to put in the Info.plist?

@WillBishop

From the organizer -> open the archived by finder -> open the content of the app -> frameworks -> framework which has the issue -> info.plist

MinimumOsVersion = 15.0.0

Hi @fahedalahmad. I don't think this issue is something that GSI can help with. Seems like the problem here is related to two framework (FBSDKLoginKit and GoogleMapsUtils), neither of these are dependencies of GSI. I suggest that you follow up with the maintainers of those projects to resolve this issue.

I'm closing this for now. Please follow up here if there is something actionable for GSI.

Also, FWIW, looks like there are already issues for this problem:

googlemaps/google-maps-ios-utils#459
facebook/facebook-ios-sdk#2353