'appcenter-sdk-react-native AppCenterReactNative.h file not found on tvOS

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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source