Wix React Native导航器UnhandledPromiseRejectionWarning:错误:编辑AppDelegate.m时使用IOS构建时找不到文件

时间:2018-07-30 10:26:41

标签: react-native react-native-navigation wixcode

大家好,我只是要在RN项目上安装Wix-react-native-navigator v2,当我编辑AppDelegate.m时,错误: UnhandledPromiseRejectionWarning:错误:使用IOS构建时找不到文件 strong>出现在我的捆绑器上,任何人都可以与我分享经验吗?

Image - AppDelegate.m

Image - Metro Bundler

1 个答案:

答案 0 :(得分:0)

只需在以下行中将“ index”更改为“ index.ios”:

NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];

这是因为您的应用启动脚本中没有index.ios.js,也许只有index.js。