【发布时间】:2019-12-02 07:38:14
【问题描述】:
升级到 0.60 后无法构建 react-native 应用程序出现错误 'React/RCTBridgeDelegate.h' file not found
AppDelegate.h 文件
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate() : UIResponder <UIApplicationDelegate, RCTBridgeDelegate.h>
@property (nonatomic, strong) UIWindow *window;
@end
【问题讨论】:
-
你运行过'cd ios pod install`命令吗?
-
是的,我已经运行了 cd ios pod install
标签: xcode react-native appdelegate