Dart DevTools exited with code 255解决
- 2021-12-22
- 设计开发
尝试从 Visual Studio Code 打开 DevTools 时,我看到此错误消息: Dart DevTools exited with code 255 in brand new flu...
Command CompileSwift failed with a nonzero exit code解决
- 2021-12-15
- IOS
Xcode莫明其妙的报这错,上一秒还好好的突然就来这错误 Command CompileSwift failed with a nonzero exit code ...
Git – SSL_ERROR_SYSCALL 问题解决
- 2021-12-15
- 设计开发
最近在使用 Git 时发现在使用 git clone 或 git pull 等需要访问远程仓库的操作时,总是无法连接 GitHub 服务器,很是郁闷。在查阅了多...
将GitHub公开项目fork为私有项目的两种方法
- 2021-12-07
- 设计开发
如果是自己创建的项目直接在Settings的Make private里就能把项目转为私有,但如果是fork的项目如何设置为私有呢?github上并没有直接的操作按钮,但其实转化也很简单,看下面: 方法一 首先需要自己新建...
正则表达式使用转义,特殊字符
正如我们所看到的,一个反斜杠 "\" 是用来表示匹配字符类的。所以它是一个特殊字符。 还存在其它的特殊字符,这些字符在正则表达式中有特殊的...
解决Could not find ‘CFPropertyList’ (>= 2.3.3, < 4.0) among 92 total gem(s) (Gem::MissingSpecError)
在pod install时报错 Could not find 'CFPropertyList' (>= 2.3.3, < 4.0) among 92 total gem(s) (Gem::MissingSpe...
解决could not find included file ‘Pods/Target Support Files/Pods-Runner/Pods-Runner
当运行IOS run的时候发生了编译的报错: could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-Runne 解决办法如下 根目录...
CocoaPods not installed解决
先尝试 sudo gem uninstall cocoapods && sudo gem install cocoapods 1 su...
Warning: Podfile is out of date
真机或模拟器时报: Podfile is out of date This can cause issues if your application depends on plugins that do not support iOS or macOS. 要完全清理(删除所有指向链接的点)并创建升级到新的(...
2021年8月后新应用上架Google play强制上传签名
在之前的文章我们提到过Google发过通知,将在8月正式对新应用强制签名上传,并且只接受appbundle方式,而APK不再支持。意味着我们只能把应用签名上传到他们服务器上,这是开发者来说非常无奈,又无可奈何。 ...