ejeinc / MetalScope

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

Orientation issue #39

Closed Yoloabdo closed 7 years ago

Yoloabdo commented 7 years ago

I'm trying to present stereo VC in my app, but I'm getting this issue:

*** Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and [MetalScope.StereoViewController shouldAutorotate] is returning YES'

I made the app available in all orientation, yet didn't work, any thoughts?

Yoloabdo commented 7 years ago

Fixed, turns out orientation was predefined in app delegate too