将 AppCentre Pod 添加到 xCode 项目会导致导入模块错误

Adding AppCentre Pod to xCode project gives import modules error

我希望将 AppCenter 集成到现有的 iOS ObjectiveC xCode 项目中。

我已按照 AppCenter 项目门户中的说明将 AppCenter pod 添加到我的项目中:

我看到 AppCenter pod 已成功安装,但是当我尝试在我的项目中导入它时,出现错误“禁用模块时使用导入”

如何才能成功将此 pod 添加到我的项目中?

尝试 select 你的项目 -> Build Settings -> Enable Modules (C and Objective-C) 切换到 YES