Hello,
I am trying to upgrade out tvOS app that previously uses ADBMobile sdk to AEPTarget on tvOS and I'm getting a bunch of errors from the AEPServices UI stating xcode can not find: FullscreenPresentable, FloatingButtonPresentable, FloatingButtonDelegate, FullscreenMessageDelegate, FullscreenMessage... in TargetPreviewManager. I've noticed that each one of those classes in wrapped on #if os(iOS) ... #endif and I believe this is causing an issue in tvOS. It's there something I'm missing?