You can influence the plans around fixing it by filing a radar 🙂
Post
Replies
Boosts
Views
Activity
Add a ’preview‘ parameter: https://developer.apple.com/documentation/swiftui/sharelink/init(_:items:subject:message:preview:)-7amxh
Type "com.sunkensplashstudios.VRCRoboScout.csv" was expected to be declared and exported in the Info.plist of App.app, but it was not found.
I believe, this describes the problem. Looks like declaration is not included into the Info.plist file of the application bundle. One of the reasons could be that the application is multi platform, and Xcode displays the screenshotted interface for another platform. Make sure that the declaration is present in the resulting Info.plist file.