neilalexander / seaglass

A truly native Matrix client for macOS - written in Swift/Cocoa, with E2E encryption support
Other
525 stars 34 forks source link

Most recent release (0.0.525-f5a1376) build is broken #128

Open MoritzFago opened 5 years ago

MoritzFago commented 5 years ago

Specifications

Expected Behavior

Download https://github.com/neilalexander/seaglass/releases/tag/0.0.525-f5a1376 Run

Actual Behavior

Download https://github.com/neilalexander/seaglass/releases/tag/0.0.525-f5a1376 Run MacOS tells that the application is damaged and should be moved to the trash.

Steps to Reproduce the Problem

  1. download Download https://github.com/neilalexander/seaglass/releases/tag/0.0.525-f5a1376
  2. Run
aaronraimist commented 5 years ago

Hmm can you try a different browser? Just installed it on a fresh install of macOS and it worked fine.

MoritzFago commented 5 years ago

A wget-ed version does work. Safari Version 12.1.1 (14607.2.6.1.1)

tcyrus commented 5 years ago

Seaglass Version: 0.0.525-f5a1376 macOS Version: 10.14.5

Same error happens when I install via Homebrew. Fixed by clearing xattributes (xattr -cr /Applications/Seaglass.app).

uetcis commented 4 years ago

Same error occurs here as @tcyrus mentioned when installing using HomeBrew.

zalberico commented 4 years ago

Just an update that I hit this too after installing via Homebrew.

macOS: 10.14.6 (18G3020)

The workaround did fix it though.

aaronraimist commented 4 years ago

I'm guessing this is related to Gatekeeper not liking that the app isn't signed (https://github.com/neilalexander/seaglass/issues/110)

beorn commented 4 years ago

Maybe the README.md of this package should mention this problem and workaround?

zalberico commented 4 years ago

I think that'd be helpful, I made a PR for that (pending merge approval) here: https://github.com/neilalexander/seaglass/pull/137

It looks like the circle test is failing for some unrelated reason.