随笔分类 - app
摘要:加载依赖时报错信息 Could not resolve all files for configuration ':app:debugRuntimeClasspath'.Could not find com.firebase:firebase-jobdispatcher:0.8.5. 原因:历史包很
阅读全文
摘要:1. 问题引入 我们刚接触安卓开发,在环境搭建阶段,安装Android studio的时候或者新建一个项目的时候,往往会卡到一个地方一直等待,一直等待。。。直到最后报红线,怎么搞都不行。最后崩溃,放弃了,毁灭吧,搞不了了。 其实,就是一个gradle下载缓慢的小问题把好多新人挡在了Android开发
阅读全文
摘要:报错信息:Command PhaseScriptExecution failed with a nonzero exit code Failed to construct transformer: Error: error:0308010C:digital envelope routines::un
阅读全文
摘要:1、报错信息 Assertion failed: (aliasSectionNum == sectionNum && "alias and its target must be located in the same section"), function assignAliasAtomOffset
阅读全文
摘要:grep命令详解 示例: -i:代表不区分大小写; -r:代表递归整个目录; --color:代表高亮显示 *:代表当前目录; grep -ir --color "cc" * -E :开启扩展(Extend)的正则表达式。 -i :忽略大小写(ignore case)。 -v :反过来(invert
阅读全文
摘要:Hello, Thank you for your continued patience. We are writing to let you know that we have completed our evaluation of your app and account. Upon furth
阅读全文
摘要:问题描述:执行任何代码前单元测试崩溃在Xcode中运行单元测试时崩溃:Thread 1: EXC_BAD_ACCESS (code=2, address=0x…) 报错:return setOption(option); 解决方法:Product -> Scheme -> edit scheme -
阅读全文
摘要:1. Homebrew 国内下载失败 使用 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 选择你想要的镜像源 2. m1 或 m2 芯片 项目启动报 Command Ld
阅读全文
摘要:执行如下命令时: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 报错: ==> Downloading and installing Homebrew
阅读全文
摘要:错误信息 This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree. Installing YogaKit (1.18.
阅读全文
摘要:1. 将安装包后缀.ipa改为.zip双击解压缩 2. 打开文件夹,鼠标右键,显示包内容 3. 找到embedded.mobileprovision文件 4 在终端输入命令 security cms -D -i embedded.mobileprovision 5. 可以查看签名信息,证书,创建时间
阅读全文
摘要:react-native 在下载依赖包时,各种下载不下来,各种卡顿 1. 使用pod install 时, 下载没反应,其实是在下载 只是下载很慢 可以改用 : pod install --verbose --no-repo-update 2. 错误信息 Error installing boost
阅读全文
摘要:1. android 环境下报错 Could not start 'node' 或者 error=2, No such file or directory A problem occurred starting process 'command 'node'' 错误信息 : 我的项目构建失败,因为它
阅读全文
摘要:xcode 升级版本之后报错 错误信息 indirect_symbol_bindings[i] = cur->rebindings[j].replacement; Thread 1: EXC_BAD_ACCESS (code=2, address=0x7fff865775c8) 解决办法 替换 no
阅读全文