240 发简信
IP属地:上海
  • Xcode15 无法运行,添加模拟器

    前往https://developer.apple.com/download/all/ 下载对应的simulatorRuntime运行包 我这里...

  • iPhone13 卡屏无法关机处理

    在xcode上真机运行,卡屏情况越来越频繁。甚至直接卡屏到无法关机的程度。针对这种情况,强制关机解决方案: 1.迅速按音量+ 2.迅速按音量- ...

  • Fastlane 更新插件

    1.bundle install 2.bundle exec fastlane update_plugins

  • Xcode Automatically新增远端设备信息更新

    Xcode的Automatically团队,设备信息更新 远端开发者中心更新添加了新的uuid时,xcode端的设备profile并没有自动更新...

  • MacOS Xcode15 Command PhaseScriptExecution failed with a nonzero exit code

    全局搜索source="$(readlink "${source}")" 将source="$(readlink "${source}")"替换...

  • fastlane 运行报错集

    xcodebuild -showBuildSettings timed out after 4 retries with a base time...

  • iOS 本地加载HTM解决方案

    由于H5加载的速度时间过久,计划通过加载本地H5的方式来提升加载速度。 遇见的难题以及解决方案: 1.直接H5给的带htm,css,js相...

  • iOS 代码规范

    1. 注意以及注释 1.1 #pragma mark -(加横线)是用来 区分大模块的,首字母要大写。 1.2 #pragma mark(不加横...

  • Resize,w 360,h 240
    GitLab Merge Request

    GitLab Merge Request 流程文档 为了提升代码质量,让开发人员参与代码review,现在输出Merge Request的流程文...