#ios #clang #objective-c-blocks #xcode12.5 #ios11.3
Вопрос:
Я сталкиваюсь с ошибкой clang, когда пытаюсь запустить исходный код в Xcode 12.5, но в 11.4 он работает нормально
In file included from :1: PrefixHeader.pch:15:2: fatal error: malformed or corrupted AST file: 'mismatched umbrella headers in submodule' #import <File/File.h> ^
clang: error: unable to execute command: Segmentation fault: 11 clang: error: clang frontend command failed due to signal (use -v to see invocation) Apple clang version 12.0.0 (clang-1200.0.32.29) Target: x86_64-apple-ios10.0-simulator Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin 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: error: unable to execute command: Segmentation fault: 11 clang: note: diagnostic msg: Error generating preprocessed source(s).
Комментарии:
1. Без дополнительного контекста трудно сказать, но вы можете попытаться очистить файлы своего проекта, удалив производные данные.
2. попытался очистить полученные данные, но все равно получил то же самое