HandyJSON carthage build 报错

bnlyeluc  于 22天前  发布在  其他
关注(0)|答案(5)|浏览(26)

执行 :

carthage build --no-skip-current --platform ios

日志:

** ARCHIVE FAILED **

The following build commands failed:
Ld /Users/xxx/Library/Developer/Xcode/DerivedData/TKC-ftetmnhzusznsmallbvqzinbmkyn/Build/Intermediates.noindex/ArchiveIntermediates/TKC/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/HandyJSON.build/Objects-normal/armv7/HandyJSON normal armv7
(1 failure)

jhdbpxl9

jhdbpxl91#

Undefined symbols for architecture armv7:
"_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 armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

iugsix8n

iugsix8n2#

我也遇到了同意的问题 swift5.0 xcode10.2.1

hlswsv35

hlswsv353#

我也遇到了同意的问题 swift5.0 xcode10.2.1

解决了没

kxkpmulp

kxkpmulp4#

我也遇到了,刚想着用呢

相关问题