执行 :
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)
5条答案
按热度按时间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)
iugsix8n2#
我也遇到了同意的问题 swift5.0 xcode10.2.1
hlswsv353#
我也遇到了同意的问题 swift5.0 xcode10.2.1
解决了没
kxkpmulp4#
我也遇到了,刚想着用呢
3phpmpom5#
有解决的吗