Page 1 of 1

UIKit compile error in SDK3.0- UILocalizedIndexedCollation.h

Posted: Tue 01 Jun, 2010 2:17 pm
by PISD Support
There is a simple workaround for this UIKit bug. In UILocalizedIndexedCollation.h change this:

UIKIT_EXTERN @interface UILocalizedIndexedCollation : NSObject
to
UIKIT_EXTERN_CLASS @interface UILocalizedIndexedCollation : NSObject

(please note this file is held within the Apple SDK, you'll need to make the file AND the directory its in have read/write access in order to save this change)