我开始使用
Swift并在
Swift操场中使用教程来获取macOS.
所以示例代码就是
var str = "Hello,playground" str str1
我没有在str上得到任何红色错误信息1.只是在控制台崩溃
Playground execution Failed: error: MyPlayground.playground:1:1: error: use of unresolved identifier 'str1' str1 ^~~~ * thread #1,queue = 'com.apple.main-thread',stop reason = breakpoint 1.1 * frame #0: 0x0000000102157360 com.apple.dt.Xcode.PlaygroundStub-macosx`executePlayground frame #1: 0x000000010215522a com.apple.dt.Xcode.PlaygroundStub-macosx`-[PlaygroundViewBridgeService execute] + 90
如果我更正了代码,那么游乐场会刷新并显示新数据,而不是报告错误
如何阻止Xcode崩溃并按行为记录?
Xcode版本8.3(8E162)macOS 10.12.4