Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow breaks on macOS 12 (Monterey) #126

Closed
snypelife opened this issue Oct 28, 2021 · 6 comments
Closed

Workflow breaks on macOS 12 (Monterey) #126

snypelife opened this issue Oct 28, 2021 · 6 comments

Comments

@snypelife
Copy link

snypelife commented Oct 28, 2021

Alfred version: 4.6 [1266]
OS version: macOS 12.0.1

image

Because Apple removed the bundled PHP from macOS 12, this workflow is now broken.

@snypelife
Copy link
Author

Looking into installing php with brew and having alfred use the binary in /usr/local/bin....

@snypelife
Copy link
Author

Nevermind, perhaps I should read the release notes before jumping the gun.

https://www.alfredapp.com/blog/releases/alfred-4-6-ready-for-macos-monterey/

brew install php fixed it.

Sorry about the noise 😅

@codingwesley
Copy link

I found resolve method,

First, You need to upgrade Alfred to the latest version.
And Confirm your brew config has HOMEBREW_PREFIX: /opt/homebrew, is prefix path not in /opt/homebrew. you need change.

@AlexeyKorshun
Copy link

sorry but i still catch this issue, I installed php.

@codingwesley
Copy link

sorry but i still catch this issue, I installed php.

Pls check your php bin position。Alfred only support 2 scene。 1. /usr/bin/php 2. /opt/homebrew/bin/php , Maybe you need confirm HOMEBREW_PREFIX

@AlexeyKorshun
Copy link

HOMEBREW_PREFIX=/usr/local , but it is default for intel base macbook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants