moonclock

Results 9 comments of moonclock

配置错误了, 先使用xcode手动打包一次, 然后在导出的文件夹中找到ExportOptions.plist文件, 放置到PackRebot目录下, 重新打包. 试试效果~有问题的话, 本条 issue 下继续讨论哦

在网上看了一下,类似解决方法是在 podfile 后面加上以下代码: ``` post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings['PROVISIONING_PROFILE_SPECIFIER'] = '' end end ``` 不好用的话,在本 issues 回复就好.

额...刚看到 应该是这部分配置错误了 ``` objective-c project_path = "~/Desktop/PackRobot/APP" # 项目根目录 pack_robot_path = "~/Desktop/PackRobot" # 请指向自动打包脚本所在目录 ```

这个配置你的邮箱服务器的地址,比如: ``` smtp_server = "smtp.163.com" ```

> 请问你项目中使用的是自定义的webview还是系统的webview,如果使用的是非系统的webview需要配置gradle.properties,添加行参考如下:DOKIT_WEBVIEW_CLASS_NAME=com/didichuxing/doraemonkit/widget/webview/MyWebView RealOnlyone, 您好, 能帮忙联系一下 iOS 的小伙伴么? 让他们响应一下 issue, 至少合并一下 Pull requests, 辛苦, 谢谢啦!

> > 新版是否针对iOS17有优化 > > 请问是必现的还是偶现的,如果有复现路径,可以大幅加快这里的解决 > > 根据历史使用情况,pag 渲染情况和 iOS 系统版本关系不大,iOS 的兼容性也足够好 我遇到的情况类似, 全部为 iOS 17 上的崩溃(但打包环境为 Xcode 14.3.1), bugly 报如下崩溃原因: Modifications to the layout engine must not be...

> I just checked the latest GitHub Copilot language server agent.js, it looks like it now supports some chat related requests. So it seems to be possible now. > >...

> @moonclock I don't think you need an API key. Please try selecting No API Key and leaving the model name blank. I set the picture as follows(I choose model...

> 存储库 👍 Thanks for your reply, I'll try again