IOS端使用swift开发原生插件 在运行的时候报错 “This version of LLDB has no plugin for the go language. Inspection of frame variables will be limited.”
5***@qq.com
- 发布:2021-11-23 17:05
- 更新:2023-02-21 14:08
- 阅读:590
ReyZhang - 承接ios, android插件定制。 QQ: 27196849
插件入口文件 module 或者 component 需要是oc文件创建的,但是文件里面具体的实现你可以通过调用其他 swift 的方法,这个是没有限制的
loverx
插件的UniPluginProtocol能够使用swift去实现吗?
2023-08-29 09:35