Post

Replies

Boosts

Views

Activity

Reply to UI Testing Issues
Shoot, I forgot to mention that I currently have two targets, and they share 99% of the code. The places that reference VLC conditionally use the libraries depending on the platform. #if os(iOS) import MobileVLCKit #elseif os(tvOS) import TVVLCKit #endif
Mar ’25