Xcode 7不';无法运行更多:访问错误

Xcode 7不';无法运行更多:访问错误,xcode,swift,macos,Xcode,Swift,Macos,昨晚我正在使用Xcode,早上我重新启动了Xcode,它崩溃了,出现了一个错误 我试图删除首选项,缓存,重新安装所有。。。没什么 但若我使用root权限从终端运行Xcode,它会运行,但模拟器不能正常工作 错误转储: 异常类型:EXC\U坏访问(SIGBUS)异常代码: 0x000000000000000a、0x000000010e8ac000异常注释: EXC_尸体_通知 0x10e8ac000附近的VM区域: __LINKEDIT 0000000 10E83E000-0000000 10E8

昨晚我正在使用Xcode,早上我重新启动了Xcode,它崩溃了,出现了一个错误

我试图删除首选项,缓存,重新安装所有。。。没什么

但若我使用root权限从终端运行Xcode,它会运行,但模拟器不能正常工作

错误转储:

异常类型:EXC\U坏访问(SIGBUS)异常代码:
0x000000000000000a、0x000000010e8ac000异常注释:
EXC_尸体_通知

0x10e8ac000附近的VM区域: __LINKEDIT 0000000 10E83E000-0000000 10E83F000[4K]rw-/rwx SM=NUL /Applications/Xcode.app/Contents/Developer/Library/privateframes/CoreSimulator.framework/Versions/A/CoreSimulator -->映射文件0000000 10E83F000-0000000 10E9E3000[1680K]r--/rwx SM=COW
MALLOC_LARGE 0000000 10E9E3000-0000000 10EBE9000[2072K]rw-/rwx SM=PRV

特定于应用程序的信息:ProductBuildVersion:7B1005

线程0崩溃::调度队列:com.apple.main-Thread 0
com.apple.CoreFoundation 0x00007fff99b9852b CFStringCreateImmutableFunnel3+795 1 com.apple.CoreFoundation 0x00007fff99ba844b CFStringCreateWithBytes+59 2
com.apple.CoreFoundation 0x00007fff99bd4ff9 __CfBinaryListCreateObjectFiltered+7273 3 com.apple.CoreFoundation 0x00007fff99bd4c82 __CfBinaryListCreateObjectFiltered+6386 4 com.apple.CoreFoundation 0x00007fff99bd4c82 __CfBinaryListCreateObjectFiltered+6386 5 com.apple.CoreFoundation 0x00007fff99bd4c82 __CfBinaryListCreateObjectFiltered+6386 6 com.apple.CoreFoundation 0x00007fff99bd4c82 __CfBinaryListCreateObjectFiltered+6386 7 com.apple.CoreFoundation 0x00007fff99bd4347 __CfBinaryListCreateObjectFiltered+4023 8 com.apple.CoreFoundation 0x00007fff99bd4c82 __CfBinaryListCreateObjectFiltered+6386 9 com.apple.CoreFoundation 0x00007fff99bb8427 __CFTryParseBinaryPlist+215 10 com.apple.CoreFoundation 0x00007fff99bb7ca9_CFPropertyListCreateWithData+89 11 com.apple.CoreFoundation 0x00007fff99bb7bad CFPropertyListCreateWithData+93 12 com.apple.Foundation
0x00007fff8b8400d7+[NSPropertyListSerialization propertyListWithData:选项:格式:错误:+94 13 com.apple.dt.DVTFoundation 0x00000001066a81f3-[DVTPlugInManager _loadPlugInCache:+260 14 com.apple.dt.DVTFoundation 0x00000001066a34a5-[DVTPlugInManager\u scanForPlugIns:+3304 15 com.apple.dt.IDEFoundation 0x00000001073e25e9 IDEInitialize+3250 16 com.apple.dt.IDEKit 0x0000000107adf2fc -[IDEApplicationController应用程序将完成启动:][708 17 com.apple.CoreFoundation 0x00007fff99c33c9c __CFNOTIFICATIONCENTER正在召集观察员
+12 18 com.apple.CoreFoundation 0x00007fff99c33c2f ___CFXRegistrationPost\u block\u invoke+63 19 com.apple.CoreFoundation 0x00007fff99c33ba7\u CFXRegistrationPost+407 20 com.apple.CoreFoundation 0x00007fff99c33912 ___CFXNotificationPost_block_invoke+50 21 com.apple.CoreFoundation 0x00007fff99bf06d2-[\u cfxNotificationRegistrator find:object:observer:enumerator:+1922 22 com.apple.CoreFoundation 0x00007fff99bef925 _CFXNotificationPost+693 23 基金会0x000 -[NSNotificationCenter postNotificationName:object:userInfo:+66 24 com.apple.dt.DVTFoundation 0x0000000106883d35 -[NSNotificationCenter(DVTNNotificationCenter增补版)\U dvt\U postNotificationName:对象:userInfo:+698 25 com.apple.AppKit 0x00007fff9249d022-[NSApplication finishLaunching]+354 26 com.apple.dt.DVTKit 0x0000000106e83494-[DVT应用程序 finishLaunching]+14927 com.apple.AppKit
0x00007fff9249cb65-[NSApplication run]+231 28 com.apple.AppKit
0x00007fff92465fbe NSApplicationMain+1176 29 libdyld.dylib
0x00007fff8b5eb5ad启动+1


我注意到,如果使用sudo从终端运行xcode,会出现以下错误:####无法加载Addressbook类CNContactNameFormatter 2015-11-20 13:51:10.787 xcode[7118:2287139]DeveloperPortal:在URL处使用预先存在的当前存储(file:///var/root/Library/Developer/Xcode/DeveloperPortal%207.1.1.db).我也有过类似的经历,删除我的开发者文件夹并重新安装xcode为我解决了这个问题。但我可以想象,这可能不是您的选项。我注意到,如果我使用sudo从终端运行xcode,会出现以下错误:####无法加载Addressbook类CNContactNameFormatter 2015-11-20 13:51:10.787 xcode[7118:2287139]DeveloperPortal:在URL处使用预先存在的当前存储(file:///var/root/Library/Developer/Xcode/DeveloperPortal%207.1.1.db)。我也有类似的想法,删除我的开发者文件夹并重新安装xcode,这为我解决了问题。但我可以想象,这可能不是你的选择。。