哇咔咔小风车 2016-08-04 05:17 采纳率: 0%
浏览 8237
已结题

iOS打包错误 normal armv7

遇到过这种自动打包错误没有呢?大神们

❌ 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

  • 写回答

2条回答 默认 最新

  • 鱼弦 优质创作者: 编程框架技术领域 2016-08-04 05:24
    关注

    解决办法 把Architectures的debug改为NO就可以

    评论

报告相同问题?