240 发简信
IP属地:西藏
  • flutter upgrade 报错

    执行 flutter upgrade 升级flutter报错 解决方法 1 执行 which flutter找到flutter路径 /Users...

  • xcode13 The Legacy Build System will be removed in a future release.

    更新xcode13 报错 : The Legacy Build System will be removed in a future relea...

  • [iOS] unknown: Encountered an unknown error (Unable to find a specification for `` depended upon by

    pod 库 pod lib lint报错[iOS] unknown: Encountered an unknown error (Unable ...

  • Include of non-modular header inside framework module

    产生原因 pod 私有库中依赖其他库,在头文件中引用了依赖库的头文件 解决办法: 1 去掉头文件中的依赖,放在.m中依赖 2 配置podspec...

  • git Failed to connect to 127.0.0.1 port 1080

    查看git配置 git config -l 1080端口改为 自己科学上网配置的端口即可

  • CocoaPods 静态库 pod lib lint `app normal arm64`

    xcode12 pod lib lint静态库报错 解决办法:podspec中添加

  • Error installing libwebp

    pod install报错 https://chromium.googlesource.com/webm/libwebp 被墙更换下载源 找到对...

  • Fastlane bundle update卡主解决方案

    如果bundle update卡住无响应那么很有可能是因为被墙了 首先在终端检查ruby源 如果不是请替换下 打开工程中的Gemfile文件 删...