iOS Xcode compile error: unable to execute command: Segmentation fault: 11

Cane

I have a project which compiled perfectly in the past, but after the last Xcode update (6.3.2) I get a compile error whenever I try to run it directly on a device. Building and Running it in the simulator works fine. The Archive function works fine as well. But no matter what device I connect or what iOS version the device is running, I always get the same compile error:

Stack dump:

0.  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIFilter.h:221:39: current parser token 'NS_REQUIRES_NIL_TERMINATION'
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: arm-apple-darwin14.3.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /var/folders/p5/2yjs4f055hb0vvgl12yvj38r0000gq/T/SmallAdsSystem-a86b3e.m
clang: note: diagnostic msg: /var/folders/p5/2yjs4f055hb0vvgl12yvj38r0000gq/T/SmallAdsSystem-a86b3e.cache
clang: note: diagnostic msg: /var/folders/p5/2yjs4f055hb0vvgl12yvj38r0000gq/T/SmallAdsSystem-a86b3e.sh
clang: note: diagnostic msg: 

********************
  1. It shows me random files that I'm supposed to submit to the bug report.
  2. I haven't made any code changes from a working version to the version causing the current problems and I even reverted to an earlier version which is live and running in the Appstore but still the same error.
  3. I have deleted xcode and installed again trough the app store
  4. I tried making changes to my code to maybe pinpoint any problems but since the source file of the problem changes every time, I don't really think anymore that it has anything to do with my code.

This is driving me mad. Any help is much appreciated

Cane

Apparently it was a bug in my Xcode version. Had to revert to an old one and everything worked again. With the newest update everything was working ok again.

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

Xcode-编译Swift Segmentation Fault 11

来自分类Dev

Segmentation Fault 11 Redux

来自分类Dev

在Xcode中用枚举编译swift文件时出现Segmentation Fault 11

来自分类Dev

Segmentation fault: 11 in a program of a C in a multithread using pthread library

来自分类Dev

iOS Xcode 11启动屏幕

来自分类Dev

segmentation fault (core dump)

来自分类Dev

Qt Segmentation Fault strtod

来自分类Dev

C ++ 11 Segmentation Fault尝试将数组(<algorithm>)动态复制到向量中

来自分类Dev

Segmentation Fault 11链接OS X 32位汇编器

来自分类Dev

我在C ++中更改当前目录的代码不断给我带来Segmentation Fault:11错误

来自分类Dev

MKCoordinateSpanMake错误Xcode 11,iOS 13.2

来自分类Dev

Segmentation fault (core dumped) with Threads

来自分类Dev

Cassandra: cqlsh segmentation fault on mac

来自分类Dev

Segmentation Fault中“代码”的含义是什么

来自分类Dev

segmentation fault in during dynamic memory allocation with malloc

来自分类Dev

Segmentation fault (core dumped) if variable inside main?

来自分类Dev

Cucumber Test with Frank on Yosemite result in Segmentation Fault

来自分类Dev

在packageRunBuild Segmentation Fault上Gradle构建失败

来自分类Dev

用Segmentation Fault填充结构的数组崩溃

来自分类Dev

python Segmentation Fault(核心已转储)

来自分类Dev

调试期望脚本时出现“ Segmentation Fault”

来自分类Dev

c++ 出现奇怪的Segmentation fault

来自分类Dev

给出 Segmentation fault 和 idk where

来自分类Dev

为什么 FFmpeg 会突然抛出“Segmentation fault: 11”错误并创建仅包含“ftypisomiiso2avc1mp4freemdat”作为内容的输出文件?

来自分类Dev

从Xcode 10.3迁移到Xcode 11+会中断来自iOS图表中重写函数的调用?

来自分类Dev

Getting Error while setting Launchimage in XCode 6.1 in iOS app

来自分类Dev

shout-python segmentation fault我该如何解决?

来自分类Dev

Segmentation fault on printf - NASM 64bit Linux

来自分类Dev

Recursive quick-sort causing segmentation fault (not overflow)

Related 相关文章

  1. 1

    Xcode-编译Swift Segmentation Fault 11

  2. 2

    Segmentation Fault 11 Redux

  3. 3

    在Xcode中用枚举编译swift文件时出现Segmentation Fault 11

  4. 4

    Segmentation fault: 11 in a program of a C in a multithread using pthread library

  5. 5

    iOS Xcode 11启动屏幕

  6. 6

    segmentation fault (core dump)

  7. 7

    Qt Segmentation Fault strtod

  8. 8

    C ++ 11 Segmentation Fault尝试将数组(<algorithm>)动态复制到向量中

  9. 9

    Segmentation Fault 11链接OS X 32位汇编器

  10. 10

    我在C ++中更改当前目录的代码不断给我带来Segmentation Fault:11错误

  11. 11

    MKCoordinateSpanMake错误Xcode 11,iOS 13.2

  12. 12

    Segmentation fault (core dumped) with Threads

  13. 13

    Cassandra: cqlsh segmentation fault on mac

  14. 14

    Segmentation Fault中“代码”的含义是什么

  15. 15

    segmentation fault in during dynamic memory allocation with malloc

  16. 16

    Segmentation fault (core dumped) if variable inside main?

  17. 17

    Cucumber Test with Frank on Yosemite result in Segmentation Fault

  18. 18

    在packageRunBuild Segmentation Fault上Gradle构建失败

  19. 19

    用Segmentation Fault填充结构的数组崩溃

  20. 20

    python Segmentation Fault(核心已转储)

  21. 21

    调试期望脚本时出现“ Segmentation Fault”

  22. 22

    c++ 出现奇怪的Segmentation fault

  23. 23

    给出 Segmentation fault 和 idk where

  24. 24

    为什么 FFmpeg 会突然抛出“Segmentation fault: 11”错误并创建仅包含“ftypisomiiso2avc1mp4freemdat”作为内容的输出文件?

  25. 25

    从Xcode 10.3迁移到Xcode 11+会中断来自iOS图表中重写函数的调用?

  26. 26

    Getting Error while setting Launchimage in XCode 6.1 in iOS app

  27. 27

    shout-python segmentation fault我该如何解决?

  28. 28

    Segmentation fault on printf - NASM 64bit Linux

  29. 29

    Recursive quick-sort causing segmentation fault (not overflow)

热门标签

归档