HandyJSON Undefined symbol: _swi

作者: __Mr_Xie__ | 来源:发表于2019-08-12 11:30 被阅读0次

Xcode10.2.1,swift5.0

Undefined symbols for architecture x86_64:
"_swift_getFieldAt", referenced from:
HandyJSON.Metadata.Class._propertyDescriptionsAndStartPoint() -> ([HandyJSON.Property.Description], Swift.Int32?)? in Metadata.o
HandyJSON.Metadata.Struct.propertyDescriptions() -> [HandyJSON.Property.Description]? in Metadata.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

解决方案

修改 podfile为:

pod 'HandyJSON', '5.0.0-beta'

如果不行的话,更新本地 CocoaPodsspec 资源配置信息。

pod repo update

Author

如果你有什么建议,可以关注我的公众号:iOS开发者进阶,直接留言,留言必回。

相关文章

网友评论

    本文标题:HandyJSON Undefined symbol: _swi

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