RN - ios 出现的问题
2019-04-30 本文已影响0人
Th丶小伟
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以上