Invalid iOS Bundle [duplicate]

回眸只為那壹抹淺笑 提交于 2019-12-03 16:22:42

问题


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.


回答1:


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/"



来源:https://stackoverflow.com/questions/54798620/invalid-ios-bundle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!