React Native EXPO Apple upload fail [closed]

2020-02-19 04:53发布

问题:

This post relates to a rapidly changing event.

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.

  1. Remove Pods folder.
  2. pod cache clear --all
  3. pod install
  4. 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.