442623641/cordova-plugin-aliyunpush

ios 项目build时报错

Closed this issue · 0 comments

AliyunPush.m:87:56: error: no known class method for selector 'sharedSevenAppNotificationLauncher'
NSString *deviceId = [[AliyunNotificationLauncher sharedSevenAppNotificationLauncher] getDeviceId];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/liqinong/Desktop/liqinong/newApp/newApp/platforms/ios/newApp/Plugins/cordova-plugin-aliyunpush/AliyunPush.m:109:38: error: no known class method for selector 'sharedSevenAppNotificationLauncher'
[[AliyunNotificationLauncher sharedSevenAppNotificationLauncher] bindAccountWithAccount:account andCallback:^(BOOL result) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/liqinong/Desktop/liqinong/newApp/newApp/platforms/ios/newApp/Plugins/cordova-plugin-aliyunpush/AliyunPush.m:133:34: error: no known class method for selector 'sharedSevenAppNotificationLauncher'
[[AliyunNotificationLauncher sharedSevenAppNotificationLauncher] bindTagsWithTags:tags andCallback:^(BOOL result) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/liqinong/Desktop/liqinong/newApp/newApp/platforms/ios/newApp/Plugins/cordova-plugin-aliyunpush/AliyunPush.m:154:34: error: no known class method for selector 'sharedSevenAppNotificationLauncher'
[[AliyunNotificationLauncher sharedSevenAppNotificationLauncher] unbindTagsWithTags:tags andCallback:^(BOOL result) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/liqinong/Desktop/liqinong/newApp/newApp/platforms/ios/newApp/Plugins/cordova-plugin-aliyunpush/AliyunPush.m:175:34: error: no known class method for selector 'sharedSevenAppNotificationLauncher'
[[AliyunNotificationLauncher sharedSevenAppNotificationLauncher] listTagsAndCallback:^(id result) {5 errors generated.