When starting a new tvOS project and try to import AVKit it says no such module available.
I add them on Frameworks, Libraries and Content - still nothing.
Double checked if they are in BuildPhases - Link Binary with Libraries
Cleaned build folder and Derived Data. Nothing Worked. According to Apple's documentation it is supposed to be available for TVOS, but I simply cannot get it to be available.
When I start a new multiplatform or iOS project it is possible to import it, just not for tvOS, don't know what to do. Didn't have to add any framework manually, simply worked.