How to use RealityKit with Product-Swift.h

I am adding RealityKit to an existing product. We have very few objective-c files but they include our generated Product-Swift.h and now it is trying to @import RealityKit; (which doesn't exist for objective-c, as far as I can tell).


My RealityKit view controller files are not needed in objective-c, is there a way to skip exporting them? Add a fake RealityKit for objective-c only? My 12 attempts to work around this have failed.


Thanks

Any luck with that ? I try to create framework that uses RealityKit. It builds properly but when I add it to new project and import the Framework I get an error:


@import RealityKit; // Module 'RealityKit' not found
How to use RealityKit with Product-Swift.h
 
 
Q