Invalid iOS Bundle [duplicate]
Asked Answered
L

1

20

This bundle is invalid - The Info.plist file for /Payload/xxx.app/Frameworks/FBSDKCoreKit.framework/FacebookSDKStrings.bundle is missing or could not be read.

Invalid Bundle - The bundle at '/Payload/xxx.app/Frameworks/FBSDKCoreKit.framework/FacebookSDKStrings.bundle' does not contain a bundle executable.

I'm at the wits end now. I've spent over 6 hours trying to figure this one out. I've also manually downloaded the FB SDK for my Swift app and try to point the Framework to the FBSDKCoreKit.framework in the Downloaded package.

Deleted my derived date and cleaned everything before trying to upload again. Still can't figure out what's wrong. Any help would be appreciated.

Longspur answered 21/2, 2019 at 3:7 Comment(5)
i just got this error message too after uploading into testflight todayFiredog
please do check this thread #54798716Gasworks
I got this error message too, it worked fine before, I didn't change anything in project settings or info.plist. just fixed some UI issues. weird. Mine is not react native. it's a swfit 4 project.Maladminister
This is open issue at Facebook Dev developers.facebook.com/bugs/2077613562276009Dellora
Issue has been resolved by Apple, now I able to upload my app to AppStoreConnectGasworks
M
2

I got a same issue.

This bundle is invalid - The Info.plist file for /Payload/Treats.app/Frameworks/FBSDKCoreKit.framework/FacebookSDKStrings.bundle is missing or could not be read. Invalid Bundle - The bundle at '/Payload/Treats.app/Frameworks/FBSDKCoreKit.framework/FacebookSDKStrings.bundle' does not contain a bundle executable.

I could resolve the issue by renaming FacebookSDKStrings.bundle to FacebookSDKStrings located in "Pods/Pods/FBSDKCoreKit/Resources/"

Maladminister answered 21/2, 2019 at 4:26 Comment(5)
I'm making an app with EXPO. Do you know how to deal with EXPO?Blader
I extracted, changed the filename in my Expo app, and re-uploaded but it did not help.Irade
I have a native build and faced the same issue. This solution actually worked for me ....Tact
This is no longer needed. Apple fixed the issue on their side.Newspaper
This answer should be deleted. Apple/Facebook fixed this issue.Dellora

© 2022 - 2024 — McMap. All rights reserved.