Hello! Sorry for disturb but I need a help again. All examples and my project used to be compiled well before I upgraded to macOS Monterey. So then I pulled last iPlug updates and found the changes in project.pbxproj files. When I tried to make a build I received an error message
/opt/homebrew/bin/php not found, install php via brew
Command PhaseScriptExecution failed with a nonzero exit code
As that message required I installed php via brew but got the same message. So I checked the path “/opt/homebrew/bin/php” and didn’t find it. Then I found a path to php: “/usr/local/Cellar/php/8.0.12/bin/php” and change that one in project.pbxproj . So build was made successful but I get another error message in an running app - please find it on the screenshot
I have the same trouble in my project to. Now I have no idea where I have to looking for a way to solve that issue. Thank you in advance for any help