通过<input type="text" formControlName="title" class="form-control"
(ngModelChange)="group.controls.title.updateValueAndValidity()" />
运行后发生错误
我试图在不同的模拟器上启动它-没用
重新安装node_models-不起作用
react-native run-ios
-无效
答案 0 :(得分:2)
这是您需要做的 转到cd进入node_modules / react-native / third-party / glog-0。。并运行./configure
答案 1 :(得分:1)
如果您有任何正在运行的本机项目,请复制node_modules/react-native/
文件夹并替换为当前项目。
我知道这不是解决方案,但我现在就是这样做的。我也在寻找解决方案。现在,它正在为此工作。
答案 2 :(得分:0)
对我来说,切换 XCode 的效果很好(从10.1
到9.2
),而网络上没有其他方法可以实现
谢谢大家