By any chance is the method above it not closed?

Sent from my iPad

On Aug 21, 2013, at 12:58 PM, Dave <d...@looktowindward.com> wrote:

> Hi,
> 
> I the following method generate an an:
> 
> Implicit conversion of Objective-C pointer type 'Class' to C pointer type 
> 'struct objc_class *' requires a bridged cast
> 
> on the line marked below:
> 
> 
> + (NSString*) cacheDirectoryPath
> {
> NSString* myReturnValue;                                                    
> //**************** Error
> 
> [self.pDeveloperUtilities logEntryWithMethodName:@"+ cacheDirectoryPath",nil];
> 
> myReturnValue = [[super class] cacheDirectoryPath];
> 
> return (myReturnValue);
> }
> 
> 
> Any idea how to fix it would be greatly appreciated! I'm not sure why this is 
> causing an error, it looks ok to me!
> 
> Thanks a lot
> Dave
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/zav%40mac.com
> 
> This email sent to z...@mac.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to