升级到0.60后找不到“ React / RCTBridgeDelegate.h”文件

时间:2019-12-02 07:38:14

标签: xcode react-native appdelegate

升级到0.60后无法构建react-native应用程序出现错误'React / RCTBridgeDelegate.h'文件未找到

  

AppDelegate.h文件

#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>


@interface AppDelegate() : UIResponder <UIApplicationDelegate, RCTBridgeDelegate.h>

@property (nonatomic, strong) UIWindow *window;

@end

1 个答案:

答案 0 :(得分:0)

如果您正在使用cocoapods,并且在这种情况下,您是在尝试从Xcode进行构建,则应从.xcworkspace文件而不是.xcodeproj构建。这样可以很好地解决您的问题。