vergil-zhao / VisualSignal

An visualized WiFi signal iOS app
MIT License
27 stars 4 forks source link

Small issues with the project #2

Closed narciszait closed 2 years ago

narciszait commented 2 years ago

First of all, thank you for the project. I wanted to test it out, but i had to install swiftformat since you use it, but you did not mention that. Second, meshWithClassification works only on iPhones and iPads that have LiDAR. It will crash on unsupported devices. A simple guard ARWorldTrackingConfiguration.supportsSceneReconstruction(.meshWithClassification) else { print("meshWithClassification isn't supported here.") return } in viewWillAppear would do the trick and prevent the app from crashing on unsupported devices :)

vergil-zhao commented 2 years ago

Thanks for trying this gizmo. 😄

narciszait commented 2 years ago

Have a look here :)

Screenshot 2022-05-25 at 09 04 01

vergil-zhao commented 2 years ago

I don't even have that section 🤔

image
narciszait commented 2 years ago

very weird. i don't know what to say