240 发简信
IP属地:浙江
  • xcode15 模拟器报错

    sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

  • Resize,w 360,h 240
    Swift源码编译

    Swift源码编译,小坑比较多,历时2周(乐色)。 一、编译环境 官方文档:https://github.com/apple/swift/blo...

  • Resize,w 360,h 240
    制作cocoapods公共组件

    1、Github创建仓库 打开GitHub,开始Create a new repository 创建完成后,clone到本地 git clone...

  • Resize,w 360,h 240
    CocoaPods 更新/下载慢

    1.打开码云https://gitee.com/并注册登录 2.创建仓库 3、输入git下载地址 4、等待从github clone完,大概等个...

  • FMDB中插入单引号的问题

    NSString *sql = [NSString stringWithFormat:@"INSERT INTO %@ (%@) VALUES ...

  • iOS 统计Xcode整个工程的代码行数

    1、打开终端 2、cd 到项目 3、find . -name "*.m" -or -name "*.h" -or -name "*.xib" -...

  • Git 删除中间某条commit

    1.git log获取commit信息 2.git rebase -i (commit-id) commit-id 为要删除的commit的下一...

  • Xcode插件--Alcatraz

    Xcode8以上安装插件步骤 1、如果之前安装过,先移除 rm -rf ~/Library/Application\ Support/Devel...

  • iOS重签名--Fastlane/sign脚本

    重签名脚本:fastlane/sign脚本 一、安装 安装brew 1、brew install ruby:安装ruby 2、sudo g...