Fixed it by recompiling ogredeps in x64 bit, adding a new platform in ogre, OGRE_PLATFORM_APPLE_TV, which i set to 1 when the define PLATFORM_TV_OS exists.
In most places i replaced ifdef (OGRE_PLATFORM_APPLE_IOS) with "if defined(OGRE_PLATFORM_APPLE_IOS) || defined(OGRE_PLATFORM_APPLE_TV)".
Some cases had the feature completely disabled (like touch input and gyroscope)
I now have an issue with text rendering black (ill make a new topic for that, typed this part so that others might find it)