240 发简信
IP属地:海南
  • ios测试上传和下载速度

    import UIKit import Foundation class VNetSpeedTester: NSObject { typea...

  • Xcode will continue when XXX的iPhone is finished.

    如果重启Xcode、手机、清理缓存都不起作用的。请检查手机网络或者手机显示时间是否和电脑一致,把手机时区时间调整和电脑一致,然后重启手机,再次运...

  • iOS安装cocoapods报openssl错误

    安装环境:M1芯片、系统:macOS Ventura13.0 安装brew、ruby版本升级等步骤完成后,到了安装cocopods这一步的时候报...

  • ios中m3u8播放不了的一些原因

    没编码之前的m3u8链接:http://lzlive.vojs.cn/rTyLc36/92/1568563200000,156856680000...

  • Resize,w 360,h 240
    .gitignore文件添加

    1.从git上下载示例:https://github.com/github/gitignore[https://github.com/githu...

  • Privacy Policy

    "AdBye" is a stand-alone blocking app without any network request activi...

  • Resize,w 360,h 240
    Carthage 报错:This usually indicates that project itself failed to compile

    原因可能为:Xcode的command Line Tools版本超过12,降低到12以下,亲测有效。

  • swift5中系统通知通知名写法

    这样写报错喔,这样写吧:

  • Resize,w 360,h 240
    ios中redefinition of module'xxx',could not build Objective-C module 'xxx'

    一遇到这种错,还是要仔细理解报错的意思。说的是自己定义的modulemap文件名和系统的module.modulemap文件名重复了,重复定义了...