ejeinc / MetalScope

Metal-backed 360° panorama view for iOS
MIT License
324 stars 72 forks source link

Crash on iPhone with A6 chips #36

Open Allui opened 6 years ago

Allui commented 6 years ago

Metal is only available on A7+ devices, but in code used this:

#if arch(arm) || ...

A7+ is arm64