Skip to content

macOS app not built for older macOS versions #2732

Description

@kasper9n

Describe the bug

Building on a macos-latest GitHub action results in the app not working on macOS 10.15 Catalina, even with "minimumSystemVersion": "10":

You have macOS 10.15.7. The application requires macOS 11.0 or later.

Possibly related:

To Reproduce

This is the action I've used to build: https://github.com/probablykasper/mr-tagger/blob/444d69728071b7b1d55b3368fac759ef002f50b6/.github/workflows/publish.yml

Platform and Versions:

Details
Operating System - Mac OS, version 10.15.7 X64

Node.js environment
  Node.js - 14.16.0
  @tauri-apps/cli - 1.0.0-beta.10
  @tauri-apps/api - 1.0.0-beta.8

Global packages
  npm - 6.14.11
  yarn - 1.22.10

Rust environment
  rustc - 1.54.0
  cargo - 1.54.0

App directory structure
/node_modules
/src-tauri
/build
/.git
/src

App
  tauri.rs - 1.0.0-beta.8
  build-type - bundle
  CSP - default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'
  distDir - ../build
  devPath - http://localhost:5000
  framework - Svelte

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions