摘要: 1、从Apple Developer下载最新版本的Simulator Runtime 2、打开“终端”,执行以下命令,等待安装完成即可 sudo xcode-select -s /Applications/Xcode.app xcodebuild -runFirstLaunch xcrun simc 阅读全文
posted @ 2023-12-19 10:05 Gabriel_Lee 阅读(907) 评论(0) 推荐(0) 编辑
摘要: 入门: https://git-scm.com/book/zh/v2/起步-关于版本控制 https://www.liaoxuefeng.com/wiki/896043488029600 https://www.runoob.com/git/git-tutorial.html 分支管理策略: Git 阅读全文
posted @ 2023-06-08 10:15 Gabriel_Lee 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1194246 https://zhuanlan.zhihu.com/p/338668474 https://baijiahao.baidu.com/s?id=1690760651795752302&wfr=sp 阅读全文
posted @ 2022-09-20 10:01 Gabriel_Lee 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 1、从Organizer找到对应的xcarchive文件,选择“显示包内容”,在dSYMs目录下取出xxx.app.dSYM 2、打开控制台,cd到dSYM文件所在目录,检查UUID是否对应 dwarfdump --uuid EtsStudent.app.dSYM 3、定位崩溃代码行,注意架构要写对 阅读全文
posted @ 2022-07-21 12:04 Gabriel_Lee 阅读(164) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/870dba42ec15 https://www.jianshu.com/p/cd0d819b9851 https://mp.weixin.qq.com/s/rhYKLIbXOsUJC_n6dt9UfA 阅读全文
posted @ 2021-06-04 17:28 Gabriel_Lee 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 删除缓存目录/Users/leegabriel/Library/Caches/com.apple.amp.itmstransporter 通过命令行重新下载缓存/Applications/Transporter.app/Contents/itms/bin/iTMSTransporter 参考来源:h 阅读全文
posted @ 2021-02-04 16:59 Gabriel_Lee 阅读(416) 评论(0) 推荐(0) 编辑
摘要: sudo -b /Applications/Parallels\ Desktop.app/Contents/MacOS/prl_client_app 阅读全文
posted @ 2021-02-04 16:09 Gabriel_Lee 阅读(894) 评论(0) 推荐(0) 编辑
摘要: [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.commcenter.core 阅读全文
posted @ 2020-08-14 16:43 Gabriel_Lee 阅读(654) 评论(0) 推荐(0) 编辑
摘要: ~/Library/Developer/Xcode/iOS DeviceSupport/ 连接设备调试时会自动重新生成 ~/Library/Developer/Xcode/DerivedData/ 项目构建信息 ~/Library/Developer/CoreSimulator/Devices/ 模 阅读全文
posted @ 2019-11-26 18:11 Gabriel_Lee 阅读(634) 评论(0) 推荐(0) 编辑
摘要: 总结: https://nshipster.cn/wkwebkit/ https://www.jianshu.com/p/6ba2507445e4 https://www.cnblogs.com/breezemist/p/4595906.html iOS8下加载本地html: https://www 阅读全文
posted @ 2019-09-03 16:51 Gabriel_Lee 阅读(136) 评论(0) 推荐(0) 编辑