question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Created DMGs don't work on Mac OS Yosemite

See original GitHub issue

First of all, thanks for making create-dmg! I’m using as part of my build pipeline.

Recently I got a support call from a customer who was getting errors when trying to open the DMG. DiskImageMounter claimed that the disk image was corrupt. They were using a MacBook Pro with Mac OS Yosemite.

I was able to set up a remote connection over TeamViewer and used the shasum command in Terminal to check the integrity of the file. It matches exactly with the file on my mac yet it won’t open on their computer. I thought it must be a fluke, but they get the same error on two different laptops, both running Yosemite.

Do you know of anything that could be causing this? Are you using some new, cutting-edge DMG format or something?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
sindresorhuscommented, May 16, 2017

Do you know of anything that could be causing this? Are you using some new, cutting-edge DMG format or something?

Yes, from the readme:

The DMG requires macOS 10.11 or later

And no, sorry, I’m not going to change this or add an option to change it. I don’t support Yosemite in anything I do, and neither should anyone really. macOS updates are free.


If you really have to support Yosemite, you could change this locally to UDBZ.

1reaction
whmountainscommented, Feb 12, 2018

Yes, UDBZ works fine on Yosemite.

I’m using create-dmg with my electron app. Electron provides a nice compatibility layer, and it didn’t make sense to drop Yosemite support for a small thing like DMG support. My decision would likely have been different if I were bundling a native mac app.

I wish @sindresorhus would add a command line flag to change compression format but I’m not getting my hopes up. For now I’m happy to stick with my modified version of create-dmg. “If it aint broke don’t fix it”, right?

Read more comments on GitHub >

github_iconTop Results From Across the Web

I cannot open dmg files with Yosemite - Apple Community
Repair the Hard Drive and Permissions : Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as...
Read more >
Why download a Yosemite .dmg when I can create my own?
1 Answer 1 ... You can use the Mac App Store download of OS X 10.10, Yosemite, directly with VMware Fusion. There is...
Read more >
Cannot create a new VM from DMGs provided by Apple...
Solved: I have downloaded 3 DMGs from Apple (see below for URLs) with the intention of making VMs from them (on a Mac),...
Read more >
macOS Error Opening .dmg Disk Image - No Mountable File ...
The error was as the screenshot above shows; trying to open a dmg (disk image), macOS showed the error "no mountable file systems"....
Read more >
OS X Yosemite on Unsupported Macs [Guide]
Yosemite can be installed on all computer but ONLY Mac Pros WITH AN UPGRADED GRAPHICS CARD can use graphics acceleration as of now!...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found