简体   繁体   中英

How do I add plugin used in Cordova project to iOS native project

I've used this plugin and built a chat application in Cordova (platform iOS). I need to now integrate this into a separate native iOS app. I followed the steps mentioned here . Everything seems to have worked except I'm not able to utilize my plugin and I'm getting the following error

CDVPlugin class iosrtcPlugin (pluginName: iosrtcplugin) does not exist.

How do I add this plugin to the native iOS app?

以防万一有人遇到相同的问题,我通过将iOS代码添加到Cordova应用程序中来解决了我的问题(而不是之前尝试的另一种方法)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM