After updating from 8.1.4 to 8.3.3 (iOS), I'm receiving this error at compile:
UANotificationAction.h:30:42: Default initialization of an object of const type 'const UANotificationActionOptions' (aka 'const unsigned long')
The line in question:
static const UANotificationActionOptions UANotificationActionOptionNone NS_SWIFT_UNAVAILABLE("Use [] instead.");
The latest version of the SDK I'm able to get working is 8.2.2. From the distribution, we only update with the files in the Airship folder, completely replacing:
- AirshipResources.bundle
- The `Headers` folder
- libUAirship*.a
The migration guide for 8.x to 8.3.0, doesn't appear to address this specific issue on our end.
Comments
20 comments