Please ensure Javascript is enabled for purposes of website accessibility Jump to content

Pod Farm 2.56 wont install on High Sierra. "This software requires Mac OS X 10.5 or above"


Recommended Posts

Pod Farm 2.56 wont install on High Sierra.

 

"This software requires Mac OS X 10.5 or above" is the message i am getting when i come select where to install the software. 

Worked perfectly before i formatted my macbook which was running Yosemite.

 

Anybody else getting this problem? 

Screen Shot 2018-07-06 at 19.51.22.png

Link to comment
Share on other sites

  • 1 year later...

Copy POD .pkg file to your Desktop. 

1. Extract .pkg file into new folder with Terminal

- Open Terminal app

- Type pkgutil --expand

- Hit spacebar

- Drag and drop your POD .pkg file

- Type ~/

- Write destination folder name

- Hit Enter

 

(example: pkgutil --expand /Users/MyMac/Desktop/POD\ Farm\ 2.pkg ~/desktop/POD/)

In my example files was extracted to "POD" folder at my desltop  

 

2. Open newly created folder, find and modify `Distribution` file.

- Right click on file

- Open with `TextEdit.app`

- Find this line "result = my.target.systemVersion.ProductVersion >= '10.5.0';"

- Check Your Mac OS version at 'About My Mac'

- Replace version number `10.5.0` with your's (My example: result = my.target.systemVersion.ProductVersion >= '10.13.6';)

- Save file

 

3. Pack this folder into the new .pkg file.

- Open Terminal

- Type pkgutil --flatten

- Hit spacebar

- Drag and Drop this folder to terminal
- Type ~/

- Write destination path and filename

- Hit Enter

Example: pkgutil --flatten /Users/MyMac/Desktop/POD/ ~/desktop/NewPOD.pkg
 

4. Install POD from new .pkg file as usual.

5. Enjoy)))

  • Like 1
Link to comment
Share on other sites

  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...