美文网首页iOS
iOS 中 极光 集成 编译出现 -[JPUSHSRVResol

iOS 中 极光 集成 编译出现 -[JPUSHSRVResol

作者: JoeWcc | 来源:发表于2017-01-10 11:03 被阅读198次

添加libresolv.tbd库,即可解决问题

Undefined symbols for architecture arm64:

"_dns_parse_resource_record", referenced from:

-[JPUSHSRVResolver processRecord:length:] in jpush-iOS-2.2.0.a(JPUSHSRVResolver.o)

"_dns_free_resource_record", referenced from:

-[JPUSHSRVResolver processRecord:length:] in jpush-ios-2.2.0.a(JPUSHSRVResolver.o)

ld: symbol(s) not found for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

相关文章

网友评论

    本文标题:iOS 中 极光 集成 编译出现 -[JPUSHSRVResol

    本文链接:https://www.haomeiwen.com/subject/olekbttx.html