skgrush / CavernSeer

An iPadOS and iOS application for scanning 3D spaces
MIT License
32 stars 9 forks source link

Allow app to run in simulator #15

Closed skgrush closed 3 years ago

skgrush commented 3 years ago

Since the app is highly dependent on functionality from RealityKit which is unsupported when targeting an Xcode simulator, the code needs some minor tweaks to be compilable when using such a target.

Various references become unavailable when targeting a simulator, such as

image image

Of course, we aren't going to be able to just get the app fully working in the simulator, but getting it running with limited functionality will make other work such as UI design significantly easier.