flyer
flyer
  • 发布:2020-05-12 12:01
  • 更新:2020-05-12 15:33
  • 阅读:663

开发插件时报错

分类:5+ SDK

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

2020-05-12 12:01 负责人:无 分享
已邀请:
DCloud_HB_WDL

DCloud_HB_WDL

请提供下出错的代码,并提供下截图

  • flyer (作者)

        dispatch_queue_t sslConnQueue = dispatch_get_main_queue();  

    IscpClient *iscpClient = [[IscpClient alloc] initWithDelegate:self delegateQueue:sslConnQueue];

    [iscpClient connectToIscpServerWithHost:@"192.168.0.1" port:@"8080"];

    在5+app sdk中报错,自己建一个项目就没有这个问题

    2020-05-12 15:41

flyer

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报错

该问题目前已经被锁定, 无法添加新回复