Skip to content

Error: Command failed: hdiutil detach (reopen #142)Β #229

@elneruda

Description

@elneruda

I'm currently encountering the same issue #142 running the following configuration:

  • Github Action runs-on: macos-13
  • orchestrating the release with fastlane
  • running a tiny lane:
lane :dmg do 
  Dir.chdir("../") do
      sh("npm install -g appdmg")
      sh("appdmg fastlane/dmg.json MyApp.dmg")
  end
end
Error: Command failed: hdiutil detach /Volumes/MyApp
hdiutil: detach failed - No such file or directory

This issue has also been reported on in the thread by me and Othyn: #142 (comment)
I haven't found a way to re-open issue so I'm opening this one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions