大约有 38 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0025 秒)
ios原生回调问题 + (void)getVersion:(NSString *) url{ [[conchRuntime GetIOSConchRuntime] callbackToJSWithObject:self methodName:@"getVersion:" ret:@"me too"]; } 函数内这段代码执行后会报错,我就想返回一个字符串,这样写有啥问题呢? 2017-04-27 添加评论 ...
来源: Laya_社区 发布时间: 20170427
layaBox iOS 初始化报错 初始化layabox的时候加上地址 m_pConchRuntime = [[conchRuntime alloc]initWithView:m_pGLKView EAGLContext:m_pGLContext downloadThreadNum:3 URL: getGameUrl]; 出现以下错误,游戏卡死 js thread started. Assertion failed: (rs.second && "JS...
来源: Laya_社区 发布时间: 20190530
...OS端设置热更地址为:https://xxx/xxx/index.html 实例如下: m_pConchRuntime = [[conchRuntime alloc]initWithView:m_pGLKView EAGLContext:m_pGLContext downloadThreadNum:3 URL:@"https://xxx/xxx/index.html"]; 热更文件已经放到cache目录,第一次没有走本地,而是从服务器...
来源: Laya_社区 发布时间: 20180530
...何在IOS和Android中调用AS 类实例的方法 在iOS中通过调用 [[conchRuntime GetIOSConchRuntime] callMethod:jsObjId className:@"platform.PlatformAPI" methodName:methodName param:strValue], 运行时候报 reflection error : can not find class [platform.PlatformAPI]. 不知道原因。...
来源: Laya_社区 发布时间: 20161202
...EngineInterruptionListenerCallback(void*, unsigned long) in libconch.a(conchRuntime.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) 你好.昨天下载的layaAir 版本号为1.3.0 可以帮忙...
来源: Laya_社区 发布时间: 20160918
...ed from: -[MarketAppStore getLoginType] in MarketAppStore.o "_OBJC_CLASS_$_conchRuntime", referenced from: objc-class-ref in ViewController.o objc-class-ref in MarketAppStore.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocatio...
来源: Laya_社区 发布时间: 20161222
...教一下,在处理了iOS的js兼容后,不能初始化问题! m_pConchRuntime = [[conchRuntime alloc]initWithView:m_pGLKView EAGLContext:m_pGLContext downloadThreadNum:3 URL: [PXMainViewController getGameUrl]]; 这个初始化报错不能正常初始化 Thread 1: EXC_BREAKPOINT (code=1, sub...
来源: Laya_社区 发布时间: 20190612
...Controller.o objc-class-ref in MarketAppStore.o "_OBJC_CLASS_$_conchRuntime", referenced from: objc-class-ref in ViewController.o objc-class-ref in MarketAppStore.o "_OBJC_IVAR_$_conchConfig.m_nChargeType", referenced from: -[MarketAppStore getChargeType] in...
来源: Laya_社区 发布时间: 20161229