We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

ERROR: Your Phalcon version isn't compatible with Developer Tools

Hello, please i'm very new to Phalcon but i'm having issues setting up my development environment.

I have followed the instructions given here https://phalcon.io/en/download for OSX however i noticed using brew installs Phalcon 2.0.13 and i cannot understand why this is so.

I followed this guide https://docs.phalcon.io/en/latest/reference/mactools.html on installing dev tools but i keep getting "ERROR: Your Phalcon version isn't compatible with Developer Tools, download the latest at: https://phalcon.io/download" when i run "phalcon" from the terminal.

Please how can i resolve this issue.

Thank you.

Latest devtools are for 3.0.x.



1.7k
Accepted
answer

Thanks. I earlier got the information that brew installation doesn't have phalcon 3 and that was the major reason i was experiencing the issue. So i learnt i have to compile from source code if i need to install phalcon 3. @Wojciech, thanks for sharing your knowledge.