Hello!
My app supports iOS and visionOS in a single target. But when I preview the app on iOS device/simulator, an error occurred:
The RealityKitContent.rkassets
is located in my RealityKitContent
package that is linked on visionOS.
It seems that Xcode Preview is ignoring the link settings and attempt to build RealityKitContent.rkassets
on iOS.
Reproduce Steps:
- Clone my demo project at https://github.com/gongzhang/rkassets-preview-issue-demo
- Build the app for iOS (success)
- Preview
ContentView.swift
(failed due toRealityKitContent.rkassets
issue)