goron
goron copied to clipboard
GTSDK 包含个推sdk编译时报错
Undefined symbols for architecture arm64: "___isOSVersionAtLeast", referenced from: +[GtGbdUtil retriveNoticeRichInfo:] in GTSDK(GtGbdUtil.o) ___35+[GtGbdUtil retriveNoticeRichInfo:]_block_invoke in GTSDK(GtGbdUtil.o) ld: symbol(s) not found for architecture arm64 clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
iOS我不熟,不知道怎么配置iOS的工具链. 这个问题看起来跟混淆没有关系,应该是库链接路径没有配置对.你可以把混淆闭关试试看.
关闭混淆或者去掉getuisdk就ok了。 https://github.com/HikariObfuscator/Hikari/issues/56 这里也有一个同样的问题,但是我没有找到goron对应的解决方案。