UIKit compile error in SDK3.0- UILocalizedIndexedCollation.h

This forum is intended to enable people developing products using the PISD Libraries to recieve easy technical support and also to ask general questions about the libraries to other people using them.
Post Reply
User avatar
PISD Support
Moderator
Posts: 26
Joined: Thu 21 May, 2009 4:19 pm

UIKit compile error in SDK3.0- UILocalizedIndexedCollation.h

Post 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)
Post Reply