I created a React Native project with the last version:
react-native init project --version 0.61.4
and when I try to run the project on Apple TV simulator I get this error:
ld: library not found for -lPods-ReactNativeTest-tvOS
What I can do to fix this?
Thank you, Claudiu