GetuiLaboratory / getui-flutter-plugin

个推官方提供的推送SDK Flutter 插件(支持 Android & iOS)

Home Page:http://docs.getui.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode15环境运行报错

Steven-Yung opened this issue · comments

ARC Semantic Issue (Xcode): No known class method for selector 'registerActivityToken:'
/Users/xxx/.pub-cache/hosted/pub.flutter-io.cn/getuiflut-0.2.21/ios/Classes/GetuiflutPlugin.m
:222:14

Xcode查看是个推SDK3.0.3没有registerActivityToken这个方法?

在 Podfile中修改 GTSDK 为 3.0.2.0
image
然后在 xcode 中修改 ios 最低系统为 ios12