This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date/Time: 2014-10-23 21:09:32 +0000 | |
OS Version: Mac OS X 10.10.0 (14A389) | |
Report Version: 104 | |
Exception Type: SIGSEGV | |
Exception Codes: SEGV_ACCERR at 0x7fff5f3ffff8 | |
Crashed Thread: 0 | |
Thread 0 Crashed: | |
0 CoreFoundation 0x00007fff924ac084 CFRetain + 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//: Playground - noun: a place where people can play | |
import Cocoa | |
/* | |
I've been using an object like ObjectWrapper in Swift 2.x without any problems | |
to store a Swift struct as a property an Objective-C object, and then later | |
access and use that struct from other Swift code. |
OlderNewer