遇到过这种自动打包错误没有呢?大神们
▸
❌ clang: error: unable to execute command: Segmentation fault: 11
❌ clang: error: linker command failed due to signal (use -v to see invocation)
** ARCHIVE FAILED **
The following build commands failed:
Ld /Users/admin/Library/Developer/Xcode/DerivedData/STAdSDK-apbnitvgnkrwozgoldatmyapckfl/Build/Intermediates/ArchiveIntermediates/STAdTestApp/IntermediateBuildFilesPath/STAdSDK.build/Release-iphoneos/STAdTestApp.build/Objects-normal/armv7/STAdTestApp normal armv7
(1 failure)
[13:06:33]: Exit status: 65
[!] Error building the application - see the log above
解决办法 把Architectures的debug改为NO就可以
你buid报错吗?只是archieve报错?而且你这错误信息太粗略了,无法判断问题。能否提供更详细的情况?