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

Xcode 15.3 and App Store Connect Issue #375

Closed
fahedalahmad opened this issue Mar 8, 2024 · 6 comments
Closed

Xcode 15.3 and App Store Connect Issue #375

fahedalahmad opened this issue Mar 8, 2024 · 6 comments
Labels
bug Something isn't working triage Issues that need to be triaged

Comments

@fahedalahmad
Copy link

fahedalahmad commented Mar 8, 2024

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

@fahedalahmad fahedalahmad added bug Something isn't working triage Issues that need to be triaged labels Mar 8, 2024
@paulb777
Copy link
Member

paulb777 commented Mar 8, 2024

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

@Falahmad
Copy link

Falahmad commented Mar 8, 2024

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.

@WillBishop
Copy link

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

@Falahmad
Copy link

Falahmad commented Mar 8, 2024

@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

@mdmathias
Copy link
Collaborator

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.

@mdmathias
Copy link
Collaborator

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Issues that need to be triaged
Projects
None yet
Development

No branches or pull requests

5 participants