I have an tvml app that works great on tvos 9, but when attempting to run on tvos 10.0 simulator the application fails to load and I am presented with a series of errors that begin with:
class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x11619dd00) and /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x115d4a8e8). One of the two will be used. Which one is undefined.
i'm not using any pods. testing suggests the issue is restricted to tvos 10.0 SDK. how can i resolve a duplicate class conflict in apple's PrivateFrameworks?