繁体   English   中英

SQLITE:升级到Xcode 7时的分段错误11

[英]SQLITE : Segmentation Fault 11 on upgrading to Xcode 7

我已经更新到Xcode 7.当我尝试构建时,构建失败并显示“由于信号命令失败:分段错误:11”。 我删除了sqlite框架,然后重新加载SQLite(清理项目)并发生同样的错误。

同时删除foder / library / developer / xcode

在Xcode 6上完美运行。

有些人可以帮忙

错误

CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
cd /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -whole-module-optimization -module-name SQLite -Onone -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/Jose/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -application-extension -embed-bitcode-marker -enable-testing -I /Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Products/Debug-iphoneos -F /Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Products/Debug-iphoneos -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/Developer/Library/Frameworks -c -num-threads 8 /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite/SQLite/Database.swift /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite/SQLite/Statement.swift /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite/SQLite/Value.swift /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite/SQLite/Expression.swift /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite/SQLite/Functions.swift /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite/SQLite/Query.swift /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite/SQLite/FTS.swift /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite/SQLite/RTree.swift /Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite/SQLite/Schema.swift -output-file-map /Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite.swiftmodule -Xcc -I/Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/SQLite-generated-files.hmap -Xcc -I/Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/SQLite-own-target-headers.hmap -Xcc -I/Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/SQLite-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/SQLite-project-headers.hmap -Xcc -I/Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Products/Debug-iphoneos/include -Xcc -I/Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/DerivedSources/arm64 -Xcc -I/Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/DerivedSources -Xcc -DDEBUG=1 -emit-objc-header -emit-objc-header-path /Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/Objects-normal/arm64/SQLite-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/Jose/Library/Developer/Xcode/DerivedData/MoBank-dhjycuvnfedturdcstfvosmlqogn/Build/Intermediates/SQLite.build/Debug-iphoneos/SQLite.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/Jose/Documents/MoBank/MoBank/Dependencies/SQLite

:0:错误:无法执行命令:分段错误:11:0:错误:swift前端命令因信号失败(使用-v查看调用)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM