jason0x43 / alfred-weather

Get weather forecast using Alfred
MIT License
157 stars 20 forks source link

Not compatible with Catalina? #11

Closed AdeTheux closed 4 years ago

AdeTheux commented 5 years ago

When running the workflow, I now get this:

image
jeffbyrnes commented 5 years ago

Interesting. Catalina has a code-signing requirement, but I wouldn’t have expected it to affect something like alfred-weather, since it’s not a native macOS app, though it is a binary.

kimodonato commented 4 years ago

Hey @AdeTheux sadly Catalina made some huge changes regarding the security of binaries, so you will get this message a lot when running Homemade Software. But there is a fix.

  1. After getting the security message open Settings
  2. Go to Security and Privacy
  3. Tap on General
  4. At the bottom you will see a message that the process was prevented from executing
  5. Tap the Allow button next to it
  6. Try doing another weather search. It should work now!
AdeTheux commented 4 years ago

Ah, great, that worked! And I can see a few other workflows blocked in there as well. Thanks!