首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >格式错误的框架-使用Facebook SDK归档应用程序缺少符号链接

格式错误的框架-使用Facebook SDK归档应用程序缺少符号链接
EN

Stack Overflow用户
提问于 2021-11-10 23:33:04
回答 1查看 108关注 0票数 0

我的iOS/Catalyst应用程序包含Facebook SDK:

代码语言:javascript
复制
pod 'FBSDKLoginKit'

它一直是这样工作的,但自从几周后我用Xcode将应用程序归档,然后将归档文件上传到app Store Connect时,我收到一封电子邮件说:

代码语言:javascript
复制
ITMS-90291: Malformed Framework - The framework bundle FBAEMKit (MyApp.app/Contents/Frameworks/FBAEMKit.framework) must contain a symbolic link 'FBAEMKit' -> 'Versions/Current/FBAEMKit'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90291: Malformed Framework - The framework bundle FBAEMKit (MyApp.app/Contents/Frameworks/FBAEMKit.framework) must contain a symbolic link 'Resources' -> 'Versions/Current/Resources'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90292: Malformed Framework - The framework bundle FBAEMKit (MyApp.app/Contents/Frameworks/FBAEMKit.framework) 'Versions' directory must contain a symbolic link 'Current' resolving to a specific version directory. Resolved link target: '${linkTarget}'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90291: Malformed Framework - The framework bundle FBSDKCoreKit (MyApp.app/Contents/Frameworks/FBSDKCoreKit.framework) must contain a symbolic link 'FBSDKCoreKit' -> 'Versions/Current/FBSDKCoreKit'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90291: Malformed Framework - The framework bundle FBSDKCoreKit (MyApp.app/Contents/Frameworks/FBSDKCoreKit.framework) must contain a symbolic link 'Resources' -> 'Versions/Current/Resources'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90292: Malformed Framework - The framework bundle FBSDKCoreKit (MyApp.app/Contents/Frameworks/FBSDKCoreKit.framework) 'Versions' directory must contain a symbolic link 'Current' resolving to a specific version directory. Resolved link target: '${linkTarget}'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90291: Malformed Framework - The framework bundle FBSDKCoreKit_Basics (MyApp.app/Contents/Frameworks/FBSDKCoreKit_Basics.framework) must contain a symbolic link 'FBSDKCoreKit_Basics' -> 'Versions/Current/FBSDKCoreKit_Basics'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90291: Malformed Framework - The framework bundle FBSDKCoreKit_Basics (MyApp.app/Contents/Frameworks/FBSDKCoreKit_Basics.framework) must contain a symbolic link 'Resources' -> 'Versions/Current/Resources'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90292: Malformed Framework - The framework bundle FBSDKCoreKit_Basics (MyApp.app/Contents/Frameworks/FBSDKCoreKit_Basics.framework) 'Versions' directory must contain a symbolic link 'Current' resolving to a specific version directory. Resolved link target: '${linkTarget}'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90291: Malformed Framework - The framework bundle FBSDKLoginKit (MyApp.app/Contents/Frameworks/FBSDKLoginKit.framework) must contain a symbolic link 'FBSDKLoginKit' -> 'Versions/Current/FBSDKLoginKit'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90291: Malformed Framework - The framework bundle FBSDKLoginKit (MyApp.app/Contents/Frameworks/FBSDKLoginKit.framework) must contain a symbolic link 'Resources' -> 'Versions/Current/Resources'. Refer to the Anatomy of Framework Bundles for more information.

ITMS-90292: Malformed Framework - The framework bundle FBSDKLoginKit (MyApp.app/Contents/Frameworks/FBSDKLoginKit.framework) 'Versions' directory must contain a symbolic link 'Current' resolving to a specific version directory. Resolved link target: '${linkTarget}'. Refer to the Anatomy of Framework Bundles for more information.

当我查看运行应用程序时打开的应用程序容器时,它肯定没有这些链接。如何修复构建过程以使其正确链接?

EN

回答 1

Stack Overflow用户

发布于 2021-11-26 13:52:06

好吧,也许不是最好的解决方案,但我最终将FBSDK与Swift包管理器链接起来,它起作用了,错误也消失了

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69921463

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档