[tvOS] ERROR: failed to load 'RawCamera' bundle

Hello, every time I run my tvOS app there is a message in the console:

[APPNAME] buildPluginList:872: *** ERROR: failed to load 'RawCamera' bundle: 'dlopen(/System/Library/CoreServices/RawCamera.bundle/RawCamera, 0x0101): tried: '/Users/aridea/Library/Developer/Xcode/DerivedData/APPNAME-blgkajfaodntqofyapsedvglgjjp/Build/Products/Debug-appletvsimulator/RawCamera' (no such file), '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection/RawCamera' (no such file), '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/RawCamera.bundle/RawCamera' (no such file), '/System/Library/CoreServices/RawCamera.bundle/RawCamera' (no such file), '/usr/lib/RawCamera' (no such file)'

what is causing this error?

I'm also having this issue on my tvOS app anytime I try to initialize a UIImage using a png's file address. I would appreciate any apple developer help on understanding the source of this problem. Thank you.

The problem seems to be introduced in tvOS 15, I can reproduce it on tvOS 15.4 but cannot download the tvOS 15.0 Simulator at the moment as the downloads keep failing.

The following code is enough to trigger the issue:

let path = Bundle.main.path(forResource: "Example", ofType: "png")!
let _ = UIImage(contentsOfFile: path)

Reported as FB11892233.

[tvOS] ERROR: failed to load 'RawCamera' bundle
 
 
Q