jovaska / ipoddisk

Automatically exported from code.google.com/p/ipoddisk
0 stars 0 forks source link

Won't work on Lion #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Mac OS X Lion
2. Open the software
3.

What is the expected output? What do you see instead?
Expect to work and see an error : you must have MacOS X 10.4 or above

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by iga...@gmail.com on 20 Aug 2011 at 12:56

GoogleCodeExporter commented 8 years ago
I have same exact problem..

Original comment by CraigWes...@googlemail.com on 8 Sep 2011 at 6:36

GoogleCodeExporter commented 8 years ago
Me too. It's a shame because this could really help my girlfriend out of a hard 
drive jam.

Original comment by brettdhu...@gmail.com on 21 Sep 2011 at 5:21

GoogleCodeExporter commented 8 years ago
Hi, I just experience a problem executing ipoddisk on a new macbook air. 
It is running Lion (version 10.7.2)
When I try to launch the app, it immediately responds with a message box that 
reads "Sorry, iPodDisk requires OS X 10.4 or later"

Original comment by caleb.cr...@gmail.com on 18 Oct 2011 at 12:31

Attachments:

GoogleCodeExporter commented 8 years ago
1. Right click iPodDisk.app
2. Click "Show Package Contents"
3. Navigate to Content>MacOS
4. Right click "iPodDisk", select "open With", and select "Other"
5. Open the file with TextEdit
6. Go to line 20. Should read:

    echo $osxver | grep '^10\.[45]'

7. Change it to say:

    echo $osxver | grep '^10\.[456789]'

8. Save it, close it out, and reopen iPodDisk.app

Should work now.

Original comment by snpau...@gmail.com on 11 Nov 2011 at 7:02