ios - [RCTContextExecutor dealloc] 中的 SIGABRT 每次重新加载

标签 ios react-native sigabrt

我是 React Native 的新手。 我关注this official facebook tutorial ,每次我更改 index.ios.js 中的代码时,SIGABRT 异常都会在 dealloc 的 RCTContextExecutor.m 中出现 方法:

- (void)dealloc
{
  [self invalidate];
}

并且更新可以执行。任何人都可以帮助如何处理这种情况?

提前致谢。

最佳答案

找到了如何解决 XCODE 停止问题(但不是足够好的原因):

  1. 运行react-native
  2. 如果在模拟器上运行,请按 cmd+D
  3. 如果在真实设备上运行,摇动设备
  4. 停止分析

关于ios - [RCTContextExecutor dealloc] 中的 SIGABRT 每次重新加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31849511/

相关文章:

ios - 如何在 ios swift 中更改 tableview 可见单元格中文本的颜色

meteor - React-Native-Meteor 更新 React-Native 0.33

c++ - while 和 for 循环中的 vector Push_back 返回 SIGABRT 信号(信号 6)(C++)

linux - SIGABRT 处理程序。在崩溃前做一些清理

reactjs - 在 React Native 中从 asyncStorage 检索数据

iOS:从 SQLite 数据库填充 tableView

ios - SIgnalR iOS 客户端为 connectionId 和协议(protocol)版本返回 null

ios - Swift if let 语句导致 <<error type>> 而不是自定义对象

ios - cocos2d : is the child of a child of a batch node handled by the batch node?

react-native - 在 StackNavigator 上操作 componentWillMount 逻辑