I am trying to add appcenter sdk to a react-native tvos app, but I get AppCenterReactNative.h file not found error when I add
#import <AppCenterReactNative.h>
#import <AppCenterReactNativeAnalytics.h>
#import <AppCenterReactNativeCrashes.h>
I already did a pod install of course