240 发简信
IP属地:北京
  • Could not find a file named "pubspec.yaml" in "/Users/a1/flutter/.pub-cache/hosted/pub.flutter-io.c

    删除flutter/.pub-cache文件夹 然后运行flutter packages get就可以了

  • App Store(Testflight) 审核被拒绝问题中心链接

    https://appstoreconnect.apple.com/apps/{你的app ID}/appstore/platform/ios/...

  • zsh: command not found: XXX

    原因:bash_profile里的环境变量在zsh shell里没法执行 解决步骤 终端执行open ~/.zshrc 在.zshrc里加入# ...

  • pod 报错系列:RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

    pod 阿里云SDK时报错如下: 原因说明 出现这种错误,就是因为curl的postBuffer默认值太小的原因 解决方案 git config...

  • iOS 证书报错系列:Provisioning profile "xx_Distribution" doesn't include signing certificate "iPhone Dev...

    iOS配置证书:Provisioning profile "xx_Distribution" doesn't include signing c...

  • 定时器不准 Runloop解决

    定时不准原因 NSDefaultRunLoopMode 模式中 优先处理输入源事件,处理输入源事件时,不能处理定时源事件 当主线程阻塞时,定时器...

  • 深度图 DepthChartView

    DepthChart 深度图 注意:该深度图横坐标是以档位为单位,纵坐标是以档位数量为单位 源码 1、实现代理 view.delegate = ...

  • segmentView swift

    演示: github:demo

  • Resize,w 360,h 240
    导入包到项目-iOS

    1.把要导入的包放到项目里image.png 2.在项目引入包,找到Linked Frameworks and Libraries点击+添加:t...