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 #1775

Closed
4 tasks done
chriscborg opened this issue Apr 5, 2024 · 5 comments · Fixed by #1779
Closed
4 tasks done

Xcode 15.3 and App Store Connect Issue #1775

chriscborg opened this issue Apr 5, 2024 · 5 comments · Fixed by #1779

Comments

@chriscborg
Copy link

New Issue Checklist

Issue Description

When archiving the app and attempting to upload it to App Store, the Facebook SDK causes an error.

This is reported on the Facebook SDK here: facebook/facebook-ios-sdk#2353 and was resolved in version 17.0.0.

Steps to reproduce

Archive the app using Xcode 15.3 and upload to the app store.

Actual Outcome

The app should upload successfully

Expected Outcome

The below error shows up on Xcode during submission.

Asset validation failed
Invalid Bundle. The bundle AdoreMe.app/Frameworks/FBSDKCoreKit.framework does not support the minimum OS Version specified in the Info.plist

Environment

  • macOS: 14.4
  • Xcode: 15.3

Client

  • Parse ObjC SDK version: 2.7.3
Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza
Copy link
Member

mtrezza commented Apr 5, 2024

Same question as in #1774 (comment). I'd suggest to remove FacebookUtils and developers can use PFUser.logInWithAuthType to login with whatever Facebook SDK version they want. Would you want to change the PR?

@chriscborg
Copy link
Author

I'm not sure if this issue is resolved yet. In order to upload using Xcode 15.3, we need to use Facebook SDK 17 and when I switch to this SDK, I'm getting an error from Parse Facebook auth is invalid for this user. (Code: 101, Version: 4.0.1). With Facebook 17, the traditional approach of access tokens was changed to use JWT with the introduction of Limited Login. Do you have a working version of a Facebook integration now that ParseFacebookUtils has been removed? Not sure if I am misconfiguring something. @mtrezza do have some insight on this?

@mtrezza
Copy link
Member

mtrezza commented May 3, 2024

@chriscborg could you please open a new issue and provide details?

@chriscborg
Copy link
Author

Opened here #1787. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants