设计开发
设计是视觉主观形式的表现手段和结果,开发是根据需求设计编写出产品的过程。
解决Could not find ‘CFPropertyList’ (>= 2.3.3, < 4.0) among 92 total gem(s) (Gem::MissingSpecError)
在pod install时报错 [crayon-6aa3b9c9c1329241329224/] 重点在这句:Could not find 'CFPropertyList' (>= 2.3.3, < 4.0) among...
解决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解决
先尝试 [crayon-6aa3b9c9c1547608819291/] 如果还不行,再试 [crayon-6aa3b9c9c154c127659478/] 出现软链错误尝试 [crayon...
Warning: Podfile is out of date
真机或模拟器时报: [crayon-6aa3b9c9c16b9566100536/] 要完全清理(删除所有指向链接的点)并创建升级到新的(卸载并再次安装),...
2021年8月后新应用上架Google play强制上传签名
在之前的文章我们提到过Google发过通知,将在8月正式对新应用强制签名上传,并且只接受appbundle方式,而APK不再支持。意味着我们只能把应...
Adobe Mac版本安装失败提示您必须升级错误代码:195解决方法
【问题】 安装Adobe Premiere Pro时提示错误 195,说要升级系统或产品。 请检查以下内容:-Creative Cloud Desktop vereion 5.2 or ...
更新 2021-10-16
Android包名不能以数字开头
以前没用过数据开头的包名,今天遇到了,一直报以下错误 [crayon-6aa3b9c9c1d7c094203599/] 配置文件肯定是正常的,百思不解,最后...