build failed: fatal error: 'React/RCTBridgeDelegate.h' file not found. 如何解决
来源:2-

田小龙
2020-04-22
build failed: fatal error: ‘React/RCTBridgeDelegate.h’ file not found. 如何解决
写回答
2回答
-
慕婉清0671322
2020-05-13
我也碰到这个问题了,先说
Could not find "Podfile.lock"
需要
Did you run "pod install" in iOS directory?
之后就是
Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening my_app.xcodeproj.
最后异常的地方就是
fatal error: 'React/RCTBridgeDelegate.h' file not found
#import <React/RCTBridgeDelegate.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
022020-05-22 -
CrazyCodeBoy
2020-04-23
在做什么操作时报的这个问题呢
022020-05-22
相似问题