Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

incompatible block pointer types initializing 'CGFloat #300

Closed xale76 closed 5 years ago

xale76 commented 5 years ago

just compiled and now I get this error on ios

/project/Visitami/Plugins/pushwoosh-cordova-plugin/ios/PWBackward.m:49:15: error: incompatible block pointer types initializing 'CGFloat (^__strong)(uint8_t)' with an expression of type 'double (^)(uint8_t)' CGFloat (^extractColor)(uint8_t) = ^(uint8_t byte){ return ((colorInt >> (byte * 8)) & 0xFF) / 255.; };

what is? last time I've compiled without problem, 2 weeks ago

wfhm commented 5 years ago

Hey @xale76 ,

This is fixed with the latest release (7.9.3)