Re: Convert to Objective-C ARC Syntax Error
Re: Convert to Objective-C ARC Syntax Error
- Subject: Re: Convert to Objective-C ARC Syntax Error
- From: Brad Stone <email@hidden>
- Date: Thu, 12 Apr 2012 15:15:03 -0400
Dave - I am not linking directly to any of the files causing the errors listed in my original email. I did a search on "#import <" and got:
#import <Cocoa/Cocoa.h>
#import <Security/Security.h>
#import <Carbon/Carbon.h>
#import <Security/SFKeychainSavePanel.h>
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
#import <CommonCrypto/CommonCryptor.h> /
#import <Security/Security.h>
#import <CoreFoundation/CoreFoundation.h>
#import <CoreFoundation/CFPlugInCOM.h>
#import <CoreServices/CoreServices.h>
#import <QuickLook/QuickLook.h>
#import <Quartz/Quartz.h>
On Apr 1, 2012, at 7:16 PM, Dave Zarzycki wrote:
> Brad,
>
> This looks similar to Radar 10434539. Let me know if this works: simplify the header includes in your code to just #import <Quartz/Quartz.h> and just link against Quartz. If your code is already doing this, then let us know.
>
> Thanks!
>
> davez
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden