Когда я пытаюсь заархивировать свой проект, я получаю эту ошибку при загрузке проекта (например, Компиляция 749 из 749 исходных файлов ..) Я забыл сказать, что проект был экспортирован из единицы.
/Users/sandaeugenia/Desktop/coronaattacker/Classes/Native/PlayFab2.cpp:14073:3: warning: declaration does not declare anything [-Wmissing-declarations]
struct
^
1 warning generated.
clang: error: unable to execute command: Killed: 9
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple clang version 11.0.3 (clang-1103.0.32.59)
Target: arm64-apple-ios10.0
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: 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/lb/3g7jzkk12jvc4794s2pm294r0000gn/T/PlayFab2-a6653d.cpp
clang: note: diagnostic msg: /var/folders/lb/3g7jzkk12jvc4794s2pm294r0000gn/T/PlayFab2-a6653d.sh
clang: note: diagnostic msg: Crash backtrace is located in
clang: note: diagnostic msg: /Users/sandaeugenia/Library/Logs/DiagnosticReports/clang_<YYYY-MM-DD-HHMMSS>_<hostname>.crash
clang: note: diagnostic msg: (choose the .crash file that corresponds to your crash)
clang: note: diagnostic msg:
********************
что я должен стереть или найти, чтобы изменить?