- Unable to find module for EventD
- Unable to find module with Gradl
- Unable to find module with Gradl
- unable to find module for DevLoa
- 关于Error:Unable to find module wi
- 关于Error:Unable to find module wi
- Unable to resolve module in Reac
- Pod [!] Unable to find a specifi
- 使用Carthage 错误 xcrun: error: unab
- xcodebuild 工具找不到
首先描述一下这个报错的场景吧,相同的报错,不同的场场景原因可能千差万别
我是项目从0.59.8升级到0.61.5后 开启debug

然后在 command+r 刷新的时候就会崩溃
解决办法 在AppDelete.m 文件 添加如下方法
#if RCT_DEV
- (BOOL)bridge:(RCTBridge *)bridge didNotFindModule:(NSString *)moduleName {
return YES;
}
#endif
网友评论