使用react-native init MyApp --version 0.44.3创建的工程
用命令行react-native run-ios运行时会发生以下错误
“Print: Entry, ":CFBundleIdentifier", Does Not Exist”
首先排除8081端口被占用的问题,参见:https://github.com/facebook/react-native/issues/7308
使用xcode打开,运行模拟器会报“No bundle URL present”这个错误,
发现工程中缺少main.jsbundle。
解决方法见://www.greatytc.com/p/f6cba6e9123c