240 发简信
IP属地:北京
  • gem install cocoapods 安装失败问题

    最近重新安装cocoapods,却出现了如下提示: You don't have write permissions for the /Syst...

  • MacOS github push 错误 ‘Authentication failed for 'https://github.com’

    此文章针对2021年8月13日以后github强制token认证的error,密码错误的请查阅其他文章。 2021年8月13日以后,github...

  • Resize,w 360,h 240
    终于找到!Mac OS Big Sur 与罗技蓝牙键盘断连问题

    本人MBP目前是Big Sur 11.2.3系统,自从升级Big(Bug) Sur后原先使用的罗技K480键盘就一直会出现断连问题,只有重启电脑...

  • xcode12下适配SDK的simulator 编译

    编译SDK的时候选择模拟器,会遇到如下报错:building for iOS Simulator, but linking in object ...

  • iOS framework run script 自动化打包SDK

    # Sets the target folders and the final framework product. # 如果工程名称和Fram...

  • 关于iOS适配https

    Use thenscurlcommand provided to test this. It will test all ATS setting...

  • Mac 使用protoc 生成objc file时报异常的问题记录

    MacOS 使用terminal 命令protoc 生成objc file时报如下异常: 命令:$ protoc -I ../protos --...

  • 抓包工具

    原文地址:MacOS Charles 抓取Iphone的 https

  • 日常开发中的问题汇总-OC篇

    本文旨在收集一些日常开发中的经典代码片段或写法,以便于提高开发效率。版权为原作者所有,特此声明。 宏定义 1、你真的看懂Objective-C宏...