• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 38 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0025 秒)

31. ios原生回调问题 [ 56%]

ios原生回调问题 + (void)getVersion:(NSString *) url{     [[conchRuntime GetIOSConchRuntime] callbackToJSWithObject:self methodName:@"getVersion:" ret:@"me too"]; } 函数内这段代码执行后会报错,我就想返回一个字符串,这样写有啥问题呢? 2017-04-27 添加评论 ...

来源: Laya_社区 发布时间: 20170427

32. layaBox iOS 初始化报错 [ 56%]

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

33. IOS 热更地址是HTTPS开头,第一次启动无法从本地加载 [ 55%]

...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

34. 如何在IOS和Android中调用AS 类实例的方法 [ 55%]

...何在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

35. ios打包link错误 _jinit_color_converter [ 54%]

...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

36. 空项目的情况下面ios打包出现链表错误 [ 45%]

...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

37. iOS9兼容bug,求指教 [ 43%]

...教一下,在处理了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

38. html5发布iOS编译报错 [ 39%]

...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