Simple question driving me CRAZY

2012-06-16 Thread Brad Stone
I have a subclass of a NSViewController. In fact, I created on just as a test with no custom code. I then throw an NSTextView in the NSView that comes with it and then drag from the NSTextView to the .h file to create an outlet. Why why why is it making it unsafe_unretained? I'm using ARC.

Re: Simple question driving me CRAZY

2012-06-16 Thread Dave DeLong
From http://developer.apple.com/library/mac/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011226-CH1-SW17: Which classes don’t support weak references? You cannot currently create weak references to instances of the following classes: