RN - ios 出现的问题

module appregistry is not a registered callable module

只需终止所有节点进程并启动npm服务器并运行应用程序:
第一步:运行命令 killall -9 node
第2步:运行命令 npm start
第3步:运行命令react-native run-ios OR  react-native run-android

"OBJC_CLASS$_RCTRootView", referenced from:

 build Setting -ObjC
 里面添加链接库
 -l"DoubleConversion"
 -l"Folly"
 -l"React"
 -l"glog"
 -l"stdc++"
 -l"yoga"
 -framework
 "JavaScriptCore"

CocoaPods could not find compatible versions for pod "Folly"

podfile里面 platform :ios, ‘9.0‘    9.0以上

你可能感兴趣的:(RN - ios 出现的问题)