体验盒子

不再关注网络安全

解决Could not find ‘CFPropertyList’ (>= 2.3.3, < 4.0) among 92 total gem(s) (Gem::MissingSpecError)

在pod install时报错 123 Could not find 'CFPropertyList' (>= 2.3.3, < 4.0) among 92 t...

解决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解决

先尝试 1 sudo gem uninstall cocoapods && sudo gem install cocoapods ...

2048数字拼图益智小游戏,免费无广告

2048数字拼图益智小游戏,免费无广告

这可能是我见过设计最优雅,操作最灵敏的一款2048。 目录表 Toggle 2048典藏版介绍特点玩法介绍下载地址 2048典藏版介绍 一款数字拼图益智游戏,永远免费,无需购买,无广告,完美体验,支持多语言。 ...

Warning: Podfile is out of date

Warning: Podfile is out of date

真机或模拟器时报: 1 Podfile is out of date   This can cause issues if your application depends on plugins that do not support iOS...

2021年8月后新应用上架Google play强制上传签名

2021年8月后新应用上架Google play强制上传签名

在之前的文章我们提到过Google发过通知,将在8月正式对新应用强制签名上传,并且只接受appbundle方式,而APK不再支持。意味着我们只能把应用签名上传到他们服务器上,这是开发者来说非常无奈,又无可奈何。 ...

flutter应用程序图标制作简单方法

flutter应用程序图标制作简单方法

其实之前已经有写过一篇文章《Flutter应用图标自适应方案:标准规范自动圆角不变形》,结合着看也行。 让我们承认这一点ーー管理应用程序图标是一项重复的任务。他们必须生成的多分辨率和手动放置在几个文件...

Adobe Mac版本安装失败提示您必须升级错误代码:195解决方法

Adobe Mac版本安装失败提示您必须升级错误代码:195解决方法

【问题】 安装Adobe Premiere Pro时提示错误 195,说要升级系统或产品。 请检查以下内容:-Creative Cloud Desktop vereion 5.2 or below is not supported(错误代码:195),这是因为电脑上之前安装过试...

Flutter git忽略.gitignore配置

Flutter git忽略.gitignore配置

基础模板直接看官方的: flutter官方.gitignore文件 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354...

Android包名不能以数字开头

Android包名不能以数字开头

以前没用过数据开头的包名,今天遇到了,一直报以下错误 123456789101112131415 FAILURE: Build failed with an exception.    &...