I followed the instructions here:
http://reviews.cnet.com/8301-19512_7-10115416-233.html
to install iphone sdk on power pc using pacifist.
However after the installation of the files , the mac used md5 checksum to validate the files and files were found not to pass. I then cancelled the validation. However I could not find the SDK programs that were installed in the mac.
How do I delete the 5gb of stuff that was installed as I can'tfind them anywhere?
I then proceed to attempt one of the comments instructions on that page:
1. Make the iPhone SDK.dmg read/write-able with Disk Utility using convert -> to read/write.
2. Mount the R/W dmg.
3. You need to delete some unneccessary file so that you can modify the installer config file, because the image is completely full. I choose the PDF in the root of the dmg.
4. Modify /Volumes/iPhone SDK/iPhone SDK.mpkg/Contents/iPhoneSDK.dist :
- Line 71 ( in function agreedToSLA() ) - modify "return false;" to "return true;"
- Line 81 ( in function SDKPresent() ) - modify "return false;" to "return true;"
but I was unable to attempt part 4 as I couldn't find iPhoneSDK.dist to modify.
Any help would be soo cool
http://reviews.cnet.com/8301-19512_7-10115416-233.html
to install iphone sdk on power pc using pacifist.
However after the installation of the files , the mac used md5 checksum to validate the files and files were found not to pass. I then cancelled the validation. However I could not find the SDK programs that were installed in the mac.
How do I delete the 5gb of stuff that was installed as I can'tfind them anywhere?
I then proceed to attempt one of the comments instructions on that page:
1. Make the iPhone SDK.dmg read/write-able with Disk Utility using convert -> to read/write.
2. Mount the R/W dmg.
3. You need to delete some unneccessary file so that you can modify the installer config file, because the image is completely full. I choose the PDF in the root of the dmg.
4. Modify /Volumes/iPhone SDK/iPhone SDK.mpkg/Contents/iPhoneSDK.dist :
- Line 71 ( in function agreedToSLA() ) - modify "return false;" to "return true;"
- Line 81 ( in function SDKPresent() ) - modify "return false;" to "return true;"
but I was unable to attempt part 4 as I couldn't find iPhoneSDK.dist to modify.
Any help would be soo cool