当前位置 : 主页 > 手机开发 > 其它 >

swift-playground – Xcode 7 Playground执行EXC_BAD_ACCESS

来源:互联网 收集:自由互联 发布时间:2021-06-11
在 Xcode 7 playgrounds中运行最简单的默认代码…得到以下错误 游乐场执行失败:执行被中断,原因:EXC_BAD_ACCESS(代码= 1,地址= 0x8). * thread#1:tid = 0x351bc3,0x00000001062019ca libicucore.A.dylib`utext_cl
在 Xcode 7 playgrounds中运行最简单的默认代码…得到以下错误

游乐场执行失败:执行被中断,原因:EXC_BAD_ACCESS(代码= 1,地址= 0x8).
* thread#1:tid = 0x351bc3,0x00000001062019ca libicucore.A.dylib`utext_clone 22,queue =’com.apple.main-thread’,stop reason = EXC_BAD_ACCESS(code = 1,address = 0x8)
  *帧#0:0x00000001062019ca libicucore.A.dylib`utext_clone 22
    帧#1:0x000000010633ac42 libicucore.A.dylib`icu :: RegexMatcher :: reset(UText *)54
    帧#2:0x0000000106375414 libicucore.A.dylib`uregex_setText 222
    frame#3:0x0000000103d1b445 Foundation`- [NSRegularExpression(NSMatching)enumerateMatchesInString:options:range:usingBlock:] 2325
    第4帧:0x0000000103d65d7e基金会……

基本上不能在游乐场运行任何东西.

跑步测试版4(7A165t)

我也有Xcode 6.2在同一台Mac上运行游乐场.

完全重新安装所有版本的Xcode和删除文件夹Library / Developer修复了这些问题(参见 https://forums.developer.apple.com/thread/13969).
网友评论