Compiler Error on Class Method?

2013-08-21 Thread Dave
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;

Re: Compiler Error on Class Method?

2013-08-21 Thread Alex Zavatone
By any chance is the method above it not closed? Sent from my iPad On Aug 21, 2013, at 12:58 PM, Dave 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

Re: Compiler Error on Class Method?

2013-08-21 Thread Keary Suska
On Aug 21, 2013, at 10:58 AM, Dave wrote: > 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;

Re: Compiler Error on Class Method?

2013-08-21 Thread Quincey Morris
On Aug 21, 2013, at 09:58 , Dave wrote: > 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;

Don't worry - Fixed - Compiler Error on Class Method?

2013-08-21 Thread Dave
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;