大约有 25 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0032 秒)
...会被打包分包内。 举例,一个分包内,有两个类,一个Framework.as,一个ToolA.as,如果Framework没有依赖ToolA,那么ToolA这个类就不会打入分包。反之就会打入分包。 在AS库打包的传统工作流中,AS库项目中的所有类都被打包到swc文...
来源: Laya_社区 发布时间: 20161213
...s-normal/armv7/ykmj.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=7.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/wxh/Library/Developer/Xcode/DerivedData/ykmj-hkcpwhnxmcoyygagguzfcmsdrryg/Build/Intermediates.noindex/ykmj.build/Debug-iphoneos/ykmj....
来源: Laya_社区 发布时间: 20180322
... bundle is invalid - The Info.plist file for /Payload/LayaBox.app/Security.framework is missing or could not be read. Invalid Bundle - The bundle at '/Payload/LayaBox.app/Security.framework' does not contain a bundle executable. Invalid Bundle Structure - - The framework at '/Payload/LayaBox.app/Sec...
来源: Laya_社区 发布时间: 20171218
...-normal/x86_64/ykmj.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=7.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/wxh/Library/Developer/Xcode/DerivedData/ykmj-hkcpwhnxmcoyygagguzfcmsdrryg/Build/Intermediates.noindex/ykmj.build/Debug-iphonesim...
来源: Laya_社区 发布时间: 20180122
...86_64/wangpainiuniu.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=7.0 -Xlinker -objc_abi_version -Xlinker 2 -lconch -lJavaScriptCore -lbmalloc -ljpeg -lcurls -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -framework AudioToolbox -framework CoreMotion -f...
来源: Laya_社区 发布时间: 20161229
...使用了私有API 苹果审核过程中,发现使用了私有Api PrivateFrameworks/BackBoardServices.framework,不知道layabox的native部分是否使用了这个框架。 被拒的内容是: Your app uses or references the following non-public APIs: - PrivateFrameworks/BackBoardServices.fra...
来源: Laya_社区 发布时间: 20180213
...):void{ this.x = this.x0; this.y = this.y0; Laya.timer.loop(20, this, this.frameWork); // 每 20 ms 执行一次 } private frameWork():void{ this.y = this.y0 + 10 * (this.n % 3); alert("move "); } }代码放在一个 Image 组件的 runtime 中,实现图片的循环移动,但是 这句代码 :...
来源: Laya_社区 发布时间: 20200203
...馈说应用程序使用或引用以下非公共API: BackBoardServices.framework/BackBoardService 通过搜索“SimulateCrash”字符串 检测到libbmalloc.a 和 libJavaScriptCore.a 两个库中使用了BackBoardServices.framework的私有库, 麻烦帮忙尽快修改一下,否则审核...
来源: Laya_社区 发布时间: 20180228
...ang 赞同来自: 苹果审核被拒,被告知使用了BackBoardServices.framework 请问何时能够解决? 以下为原文: Your app uses or references the following non-public APIs: PrivateFrameworks/BackBoardServices.framework (_SimulateCrash) The use of non-public APIs is not permit...
来源: Laya_社区 发布时间: 20180225
...c[644]: Class JSWTFMainThreadCaller is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore and /private/var/mobile/Containers/Bundle/Application/6815AAA5-5DD9-4F5E-B035-86F46C8BD87F/layabox.app/layabox. One of the two will be used. Which one is undefined. 2017-11-2...
来源: Laya_社区 发布时间: 20171127