Skip to content

Instantly share code, notes, and snippets.

@pilky
Created July 27, 2019 15:12
Show Gist options
  • Save pilky/1b562464f0ad3a5f268bd0bee8581c63 to your computer and use it in GitHub Desktop.
Save pilky/1b562464f0ad3a5f268bd0bee8581c63 to your computer and use it in GitHub Desktop.
Xcode 11 Playground Crash
import Cocoa
class Foo: NSObject {
var objectID = UUID()
}
let foo = Foo() // Crashes with "error: Execution was interrupted, reason: EXC_BAD_ACCESS (code=1, address=0x20)."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment