I have the following statement in the init method of my major class:
        [NSApp setDelegate:self];
I get the following warning from Xcode 7.3.1
        Sending ‘UnicodeIndexBuilder’ to parameter of incompatible 
type'id<NSFileManagerDelegate> _Nullable 
All of the NSApplication.h files i can find on my Mac (OS X 10.11.6) read as 
follows:
        - (void)setDelegate:(id)anObject

I’ll admit I’m way behind the power curve knowledge-wise since I’ve been stuck 
for various reasons on 10.5.8, but I find the new Xcode to be almost 
incomprehensible. I can edit code to make changes, but I keep getting messages 
from .the XIB editor about buttons not being standard size or a view clipping 
it contents, but I can’t figure out how to edit the individual widgets.

I keep getting queries about which SDK to use, but there are no files on my Mac 
with SDK in the name. I’ve also been unable to get any docs beyond a previous 
release of Xcode.
        
Dale Miller
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to