2
プロジェクトをアーカイブするときに問題が発生します。デバイス、シミュレータ、またはユニットテストを実行しているときはすべて正常に動作しますが、アーカイブしようとするとSegmentation fault 11
エラーが発生します。私はパッケージ管理のためのcocoapodsを使用して、同じプロジェクトで迅速+にObjCを使用していセグメンテーションフォールト11 - ブリッジヘッダー
/Users/[USER]/Projects/[PROJECT]/[PROJECT]-ios/[PROJECT]/[PROJECT]-Bridging-Header.h:15:9: error: 'Mixpanel.h' file not found
#import "Mixpanel.h"
^
0 swift 0x00000001033e84eb llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 43
1 swift 0x00000001033e77d6 llvm::sys::RunSignalHandlers() + 70
2 swift 0x00000001033e8b4f SignalHandler(int) + 287
3 libsystem_platform.dylib 0x00007fff84e9252a _sigtramp + 26
4 libsystem_platform.dylib 0x00007f9ffc822bf0 _sigtramp + 2006517472
5 swift 0x0000000101604397 swift::ClangImporter::Implementation::addEntryToLookupTable(clang::Sema&, swift::SwiftLookupTable&, clang::NamedDecl*) + 151
6 swift 0x0000000101604462 swift::ClangImporter::Implementation::addEntryToLookupTable(clang::Sema&, swift::SwiftLookupTable&, clang::NamedDecl*) + 354
7 swift 0x0000000101604ec9 swift::ClangImporter::Implementation::importHeader(swift::ModuleDecl*, llvm::StringRef, swift::SourceLoc, bool, std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >) + 985
8 swift 0x0000000101605656 swift::ClangImporter::importBridgingHeader(llvm::StringRef, swift::ModuleDecl*, swift::SourceLoc, bool) + 502
9 swift 0x00000001015f5c29 swift::CompilerInstance::performSema() + 601
10 swift 0x000000010113a326 performCompile(swift::CompilerInstance&, swift::CompilerInvocation&, llvm::ArrayRef<char const*>, int&) + 934
11 swift 0x000000010113941d frontend_main(llvm::ArrayRef<char const*>, char const*, void*) + 2781
12 swift 0x0000000101134e3c main + 1932
13 libdyld.dylib 0x00007fff8a0d15ad start + 1
Stack dump:
:とりわけ、エラーの傑出したセグメントがあると思われます。
ご協力いただければ幸いです。
新しいエラーが発生しました**ファイルはで見つかりませんでした。代わりにユーザーquoates ** –
coreDeviOS