SAMSOFTWARE Here is something that might help for installing on PPC leopard machines: The iPhone SDK comes in a .dmg image file, which is read only, since we are going to write to it in Step 2, the first thing we do is convert it to a read/write image.
To convert the .dmg file launch Disk Utility, pick File->Open Disk Image, and chose the SDKs dmg file. Now click on "Convert" on the Top of the utility. The Dialogue which opens will say "Image Format: Compressed" -> which we set to "Read/Write" the other box (encryption) we leave alone. Chose a target where you want it saved and press save.
Disk Utility will now take its time and decompress the image to another (uncompressed, read/write) image. Mount the Image by doubleclick on it, but do not start the SDK installation yet. You should be able to open /Volumes/iPhone SDK/iPhone SDK.mpkg/Contents/iPhoneSDK.dist in your favorite text-editor now. What we are going todo now is make sure that a few checks Apple build in return true, even if they fail. For that search the functions: agreedToSLA and SDKPresent and make sure they return "true" under all circumstances. (if you do not know what that means, what exactly are you going to use the SDK for again? ;) Start the Installer, contained in the image. Happy Installing. _________________________________________________ now for installing on a tiger machine, there is a way to trick the installer into thinking that your machine is a leopard machine, as of right now I don't think I am going to say because when you click "Install" in just says the install failed, and it can do bad stuff to the system if you are not careful. (Version 2.0b8) |