无法加载底层模块 bmspush

cannot load underlying module bmspush

我在 https://new-console.ng.bluemix.net/docs/services/mobilepush/c_ios_enable.html

上按照 Swift 的说明进行操作

尝试导入 BMSPush 时,出现以下错误:"cannot load underlying module 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.

我已经从这里看到了答案,但没有帮助:No such module 'BMSPush' after SDK installation with cocoapods

我按照说明进行操作,也得到了 "cannot load underlying module BMSPush." 但是,当我单击构建时,应用程序构建正常并且红色错误消失了。