ninxsoft / Mist

A Mac utility that automatically downloads macOS Firmwares / Installers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install macOS Sonoma beta.app might be damaged

master-vodawagner opened this issue Β· comments

commented

πŸͺ² Description

Using mist to download macOS Sonoma beta 3, upon completion of the script the resulting Install macOS Sonoma beta.app has a no entry sign and running the file displays the error "You can't open application "Install macOS Sonoma beta.app" because it may be damaged or incomplete."

πŸ“‹ Steps to Reproduce

  1. Run the following mist-cli (1.14) command
    mist download installer 14.0 application --application-name "Install %NAME%.app" --output-directory /Users/Shared --compatible --catalog-url https://swscan.apple.com/content/catalogs/others/index-14customerseed-14-13-12-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz --include-betas
  2. Wait for completion
  3. Attempt to run the Install macOS Sonoma beta.app

I've

βœ… Expected Behaviour

Mist to create a valid Install macOS Sonoma beta.app

πŸ’» Environment

  • Mist version (App menu ⇨ About Mist): 1.14
  • macOS Version (sw_vers): 13.5
  • Hardware (system_profiler SPHardwareDataType):
    • Model Identifier: Mac14,9
    • Chip : Apple M2 Pro

πŸ“· Screenshots

Screenshot 2023-07-24 at 15 56 50

ℹ️ Additional context

I've isolated this issue to when Mist attempts to create the installer after mounting the volume

Everything mist downloads to this tmp folder is valid, /private/tmp/com.ninxsoft.mist/042-13863
The /private/tmp/com.ninxsoft.mist/042-13863/InstallAssistant.pkg creates a valid /Applications/Install macOS Sonoma beta.app file
So the issue is purely how Mist creates the separate installer from the below logfile point

β”œβ”€ Creating new installer '/Volumes/042-13863/Applications/Install macOS Sonoma beta.app'...
β”œβ”€ Created new installer '/Volumes/042-13863/Applications/Install macOS Sonoma beta.app'

@master-vodawagner you are in the Mist.app GUI GitHub project however your issue seems to be related to mist-cli, the CLI GitHub project.

The good news is, I believe I have fixed the issue you are experiencing over in #147.

Are you able to download version 1.15 from the mist-cli releases page and let me know if this resolves your issue? Thanks!

Closing this ticket due to inactivity, will re-open if required πŸ‘