I created the app through Expo.
I uploaded the ipa through the Application Loader, and it was rejected as the message below.
What is the problem?
This bundle is invalid - The Info.plist file for
/Payload/ExpoKitApp.app/FacebookSDKStrings.bundle is missing or could
not be read.
Invalid Bundle - The bundle at
‘/Payload/ExpoKitApp.app/FacebookSDKStrings.bundle’ does not contain a
bundle executable.
回答1:
The issue is in the AppStoreConnect, as @Axy said, yesterday upload was fine, and I try to do today, I receive same error related Facebook bundle, nothing I've changed in my end,
It is an Apple related issue.
Update: Issue has been resolved, I able to upload my app successfully to the AppStoreConnect.
回答2:
In my case, I resolved this issue by resetting pods.
Remove Pods folder.
pod cache clear --all
pod install
Create archive then upload it.
回答3:
I was facing the same issue from early morning. For a quick fix, on your Xcode workspace check the below path,
Pods/FBSDKCoreKit/Resources
you will find a FacebookSDKStrings.bundle, remove the extension bundle it will be changed to folder structure FacebookSDKStrings. Now clean the build and Archive it will be uploaded successfully.