GetuiLaboratory / react-native-getui

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pod 依赖错误

tututututututu opened this issue · comments

commented

IOS平台
GtSdkRN.podspec 指定了 s.ios.deployment_target = '7.0'
又在GeTuiSdk.h 代码里面检测
#if __IPHONE_OS_VERSION_MIN_REQUIRED < 80000
#error "GeTuiSDK is requested iOS8 or iOS8 above version"
#endif

你们自己使用pod依赖测试过吗

这个已经修改过了!

周一已经提交上去了,你那边可以重新拉一下最新的包试试

我们肯定是提交到官网源
image
我这边自己操作了,下载下来了,版本是1.1.34
你看看你那边是不是用的淘宝源