UIAlertAction not weak linked in CoronaSDK 2017.3068

Hi,

My app has a MinimumOSVersion=6, and up to 2016.2992 (iOS SDK 10.1) it worked perfectly in iOS 6.0 up, but since the update to 2017.3068 (iOS SDK 10.3) it stopped working in any iOS version under 8.0.  

Looking into the crash logs, the cause its the _OBJC_CLASS_$_UIAlertAction fails to be loaded because its not marked as optional. This has forced me to build my latest app using 2016.2992 because I need to support older devices. I hope they do not reject it on the App Store. :slight_smile:

Does anybody know if this is a bug or its just that 2017.3080 has dropped support compatibility for older iOS?

Thx.

Hi @developer9643 and welcome to the forums!

We dropped support for iOS 6 and 7 devices in daily build 2017.3037.  We announced it on Jan 25, 2017 ahead of it’s removal in February.  See: https://coronalabs.com/blog/2017/01/25/ios-8-to-become-minimum-supported-version/

Rob

https://coronalabs.com/blog/2017/01/25/ios-8-to-become-minimum-supported-version/

Thank you Rob, its clear that I should read the blogs more often. :slight_smile:

Thanks for the link Scott.

I also noticed that I never changed my default display name. That is fixed now.

Cheers

cloud-nueve

Hi @developer9643 and welcome to the forums!

We dropped support for iOS 6 and 7 devices in daily build 2017.3037.  We announced it on Jan 25, 2017 ahead of it’s removal in February.  See: https://coronalabs.com/blog/2017/01/25/ios-8-to-become-minimum-supported-version/

Rob

https://coronalabs.com/blog/2017/01/25/ios-8-to-become-minimum-supported-version/

Thank you Rob, its clear that I should read the blogs more often. :slight_smile:

Thanks for the link Scott.

I also noticed that I never changed my default display name. That is fixed now.

Cheers

cloud-nueve