gpt4 book ai didi

ios - Cordova iOS 构建的 Bluemix 推送插件错误

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:32:41 26 4
gpt4 key购买 nike

我正在尝试将 bluemix 推送服务集成到我的 Cordova 应用程序中。使用以下链接中的示例:

https://github.com/ibm-bluemix-mobile-services/bms-samples-cordova-hellopush

当我按照 iOS 上的流程尝试构建应用程序时,它在框架的 IMFClient 上给我以下错误。

更新:

enter image description here

最佳答案

如果示例中没有正确配置 Bridging-Header.h 文件,您将看到该错误。

请参阅https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-cordova-plugin-push/#configuration

At the top of your AppDelegate.m:

#import "[your-project-name]-Swift.h"

If your project name has spaces or hyphens, replace them with underscores in the import statement.

然后从https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-cordova-plugin-core#4configuring-your-platform

Add the Bridging Header. Go to Build settings > Swift Compiler - Code Generation > Objective-C Bridging Header and add the following path:

[your-project-name]/Plugins/ibm-mfp-core/Bridging-Header.h

希望这对您有所帮助。

关于ios - Cordova iOS 构建的 Bluemix 推送插件错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38972059/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com