main.jsbundle does not exist. This must be a bug with + echo ‘React Native
1 | react-native bundle --entry-file ./index.ios.js --platform ios --bundle-output ios/main.jsbundle |
- 有时候用xcode打包会报
1 | 错,还有时候可能找不到 |
的时候也报不到具体的错,用以上代码生成一下main.jsbundle
有写错就能报出具体位置
Redefinition of RCTMethodInfo
这个报错一般是因为,依赖库出问题,使用xcode运行,找到具提文件,需要修改
1 | #import "RCTBridgeModule.h" ---> |