score:10

Accepted answer

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.

score:0

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.

score:0

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.


Related Query

More Query from same tag