加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

swift – 在框架模块’FBSDKCoreKit.FBSDKAppLinkResolver’中包

发布时间:2020-12-14 04:35:41 所属栏目:百科 来源:网络整理
导读:昨天我将 Xcode更新到版本7.3(7D175),突然我的应用程序不再构建了.我的死线就在附近,我无法建立应用程序:-( 我尝试将Build Settings更改为: 允许框架模块中的非模块化包含=是 enable modules = no 我的pod文件: source 'https://github.com/CocoaPods/Spec
昨天我将 Xcode更新到版本7.3(7D175),突然我的应用程序不再构建了.我的死线就在附近,我无法建立应用程序:-(

我尝试将Build Settings更改为:

>允许框架模块中的非模块化包含=是
> enable modules = no

我的pod文件:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios,'8.1'
use_frameworks!

#Parse,Facebook,Twitter
pod 'Parse'
pod 'ParseUI'
pod 'ParseFacebookUtilsV4'
pod 'ParseTwitterUtils'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'

安装了cocoapods-0.39.0

Analyzing dependencies
Downloading dependencies
Using Bolts (1.6.0)
Using FBSDKCoreKit (4.10.1)
Using FBSDKLoginKit (4.10.1)
Using FBSDKShareKit (4.10.1)
Using Parse (1.13.0)
Using ParseFacebookUtilsV4 (1.11.1)
Using ParseTwitterUtils (1.10.0)
Using ParseUI (1.2.0)

我该怎么做才能解决这个问题?

解决方法

我将应用程序构建设置更改为:

allow non-modular includes in framework modules = no
enable modules = yes

我改变了Pods> ParseFacebookUtilsV4如下图所示,一切都很好.我希望这也可以帮到你.

See the screen-shot

它对我有用!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读