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)
UIKit compile error in SDK3.0- UILocalizedIndexedCollation.h
- PISD Support
- Moderator
- Posts: 26
- Joined: Thu 21 May, 2009 4:19 pm