QUOTE (fd9 @ Jun 17 2009, 07:22 PM)

Has anyone tried running the latest version of the iPhone SDK on 10.5.6 or below?
yeah man i can get it working on kalyway 10.5.2 system just do this
Look for the file
/System/Library/Coreservices/Systemversion.plist Copy it to your desktop, as a backup.
then edit the original one and find the following keys:
<key>ProductUserVisibleVersion</key>
<string>10.5.2</string>
<key>ProductVersion</key>
<string>10.5.2</string>
just replace the 10.5.2 with 10.5.7 and it should work.
http://www.brucebarrera.com/iphone-sdk-and-kalyway/ found from here