调用插件时出现HBuilder was compiled with optimization - stepping may behave oddly;variables may not be available.的错误

flyer
- 发布:2020-05-12 12:01
- 更新:2020-05-12 15:33
- 阅读:663
开发插件时报错
分类:5+ SDK

flyer (作者) - 90后IT
dispatch_queue_t sslConnQueue = dispatch_get_main_queue();
IscpClient *iscpClient = [[IscpClient alloc] initWithDelegate:self delegateQueue:sslConnQueue];
[iscpClient connectToIscpServerWithHost:@"192.168.0.1" port:@"8080"];
调用第三方库libIscpClient报错
flyer (作者)
在5+app sdk中报错,自己建一个项目就没有这个问题
2020-05-12 15:41