Mac机子下Cmake报错:mac No CMAKE_C_COMPILER could be found. 解决方案: 终端输入 sudo xcode-select --switch /Applications/Xcode.app/ 清空build目录文件(第二行) 关掉Cmake,打开Cmake ...
分类:
其他好文 时间:
2020-01-29 18:02:28
阅读次数:
69
XCode + IOS + Flutter真机调试 报错: Could not build the precompiled application for the device. It appears that your application still contains the default ...
分类:
移动开发 时间:
2020-01-28 09:22:02
阅读次数:
1163
1.缺少development team $ xcodebuild -project WebDriverAgent.xcodeproj \> -scheme WebDriverAgentRunner \> -destination 'platform=iOS,name=iPhone (2)' \> ...
分类:
Web程序 时间:
2020-01-18 16:09:22
阅读次数:
1492
XCODE -> Windows - > organizer 查看所有打包版本历史 ...
分类:
其他好文 时间:
2020-01-17 19:07:29
阅读次数:
95
lldb调试器简介 lldb 是一个有着 REPL 的特性和 C++ 、Python 插件的开源调试器。lldb调试器的由来是伴随着Xcode的版本升级而来。 Xcode4.3之前使用的默认调试器是gdb, 到Xcode4.3之后便改成了lldb。gdb是UNIX及UNIX-like下的调试工具,是 ...
分类:
数据库 时间:
2020-01-16 00:47:57
阅读次数:
105
1、安装Xcode、Command Line Tools和Appium。 2、安装brew:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 3、安装i ...
分类:
移动开发 时间:
2020-01-15 19:22:40
阅读次数:
86
最近原来的老项目有点问题需要处理一下,运行启动命令,就报了如下错误,提示找不到iPhone 6 模拟器。 老项目是一年前的当时项目的的版本时还是0.57,期间工作电脑的系统版本升级到了10.14.6, XCode的版本也升级到了10.3,使用如下命令可以查看当前项目的具体环境信息: 经过一番查阅资料 ...
分类:
其他好文 时间:
2020-01-15 14:10:46
阅读次数:
70
安卓的错误代码在借助Logcat IOS接入XCode 如何调试flutter代码 首先是debug模式下运行代码 断点可以设置表达式。这就是表达式断点。 继续运行项目,运行到下一个断点。 调试的时候查看变量的值有三种方式 鼠标放在变量上 二是变量的视窗里面 watches视窗,例如我们想在之类看变 ...
分类:
其他好文 时间:
2020-01-13 22:13:10
阅读次数:
242
我的xcode打包闪退,尝试启动项目,遇到React Native启动报错的问题,原本的项目的是Xcode10的,现在我更新了我Xcode版本到Xcode11. 报错为 Unknown argument type '__attribute__' in method -[RCTAppState get ...
分类:
移动开发 时间:
2020-01-13 19:47:01
阅读次数:
161
如果你在2019年8月之前将Flutter添加到现有iOS项目,本文值得你一看。 在2019年7月30日,合并合并请求flutter / flutter#36793之前Flutter 1.8.4-pre.21, 将Flutter添加到现有的iOS应用程序需要更改Podfile, 并在现有Xcode项 ...
分类:
移动开发 时间:
2020-01-11 21:58:18
阅读次数:
213