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'
如果不行的话,更新本地 CocoaPods
的 spec
资源配置信息。
pod repo update
Author
如果你有什么建议,可以关注我,直接留言,留言必回。