更新TwitterKit SDK中的iOS
问题描述:
我有这样的错误:更新TwitterKit SDK中的iOS
ld: '/Users/MyName/Desktop/ProjectName/PName/PName/Resources/Frameworks/Fabric.framework/Fabric(Fabric.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
铛:错误:连接命令,退出代码为1(使用-v看看调用)
如何更新这个或解决失败这个问题 ?
如何从供应商启用位码的情况下获得更新的框架?当PFFVideosUtils logInInBackgroundWithReadPermissions将位代码切换为yes时可能会停止工作? –
将位码转换为NO不会影响我猜测的任何功能。它用于appstore.try中的某些更新目的。将它转换为NO,如图中所示,清理项目并运行。 – abhi1992
可能twitter会尽快更新他们的框架。你试过这个提示吗? – abhi1992