1

我正在遵循https://new-console.ng.bluemix.net/docs/services/mobilepush/c_ios_enable.html上的 Swift 说明

尝试导入 BMSPush 时,出现以下错误:“无法加载底层模块 bmspush”。导入 BMSCore 没有问题。安装 pod windows 说:

Analyzing dependencies
Downloading dependencies
Using Alamofire (2.0.2)
Using BMSAnalyticsAPI (1.0.1)
Using BMSCore (1.0.2)
Using BMSPush (1.0.3)
Using MBProgressHUD (0.9.2)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 5 dependencies from the Podfile and 5 total
pods installed.

我已经从这里看到了答案,但没有帮助:在使用 cocoapods 安装 SDK 后没有这样的模块 'BMSPush'

4

1 回答 1

0

我按照说明操作,也得到“无法加载底层模块 BMSPush”。但是,当我单击构建时,应用程序构建良好,红色错误消失了。

于 2016-06-13T01:14:43.073 回答