Undefined symbols for architecture x86_64:
? "_OBJC_CLASS_$_RCTBundleURLProvider", referenced from:
? ? ? objc-class-ref in AppDelegate.o
? "_OBJC_CLASS_$_RCTRootView", referenced from:
? ? ? objc-class-ref in AppDelegate.o

步驟:1,在終端輸入:react-native start
2,回到xcode開(kāi)發(fā)工具后,快捷鍵shift+command+K 完成項(xiàng)目clean
3,最后重新運(yùn)行即可。