react-native-aliyun-push icon indicating copy to clipboard operation
react-native-aliyun-push copied to clipboard

在ios上面报编译错误 :use of undeclare identifier "AliyunPushManager"

Open zhaokgithub opened this issue 4 years ago • 1 comments

安装文档所做 在 appDelegate.m中引入 #import "AliyunPushManager.h" ..... 模拟器运行没问题,archive成ipa时报错use of undeclare identifier "AliyunPushManager"

zhaokgithub avatar May 08 '21 16:05 zhaokgithub

在#import "AppDelegate.h"的下面引入 image

FBI avatar May 31 '21 06:05 FBI