Latest svn rev4457 SDL_image for SDL 1.3 Xcode_iphone build errors

I have searched everywhere for a solution and I can’t seem to find one. You
would think the the solution was just under my nose, but I can’t seem to
figure it out. When I go to build SDL_image.framework, I get an error about
UIKit.h being missing. I looked under the linked frameworks and sure enough
UIKit.framework is not there. Since there are several UIKit.frameworks, I
pick the one for the type of build I am doing (iPhone-Simulator-2.1) and
link it to the project. Easy solution correct? Well I am still getting
UIKit/UIKit.h is not found. I have also tried changing the include from
<UIKit/UIKit.h> to “UIKit.h”, with no luck. Has anyone attempted to build
the libSDL_image.a with the latest svn for SDL 1.3? Any assistance would be
great.
Rick

PS. There are also issues with building SDL_image.framework using the
supplied Xcode project for Mac OS X. These errors have to do with missing
sybols for LoadCUR_RW and LoadICO_RW, which do not exist in SDL 1.3
SDL.framework