0

I have crated popover using storyboard, it working fine on simulator, But I am getting error on device, app get crash on device while popover

I am testing this on IOS7 device

Is there any solution for that?

The error message :

Fatal error: unexpectedly found nil while unwrapping an Optional values

Lynxi
  • 817
  • 13
  • 39

1 Answers1

0

Popovers not supported on the iPhone in iOS 7. You will need iOS 8 for the iPhone to support popovers.

Christian Schnorr
  • 10,768
  • 8
  • 48
  • 83