Hi,
I got problem with dev tools. This is the error message :
$ phalcon
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/Cellar/php55/5.5.11/lib/php/extensions/no-debug-non-zts-20121212/phalcon.so' - dlopen(/usr/local/Cellar/php55/5.5.11/lib/php/extensions/no-debug-non-zts-20121212/phalcon.so, 9): image not found in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library '/usr/local/Cellar/php55/5.5.11/lib/php/extensions/no-debug-non-zts-20121212/phalcon.so' - dlopen(/usr/local/Cellar/php55/5.5.11/lib/php/extensions/no-debug-non-zts-20121212/phalcon.so, 9): image not found in Unknown on line 0
Phalcon DevTools (1.3.1)
Available commands:
commands (alias of: list, enumerate)
controller (alias of: create-controller)
model (alias of: create-model)
all-models (alias of: create-all-models)
project (alias of: create-project)
scaffold
migration
webtools
I'm using brew to install PHP 5.5 (not MAMP), and OS X Mavericks. Dev tools is working, but that error is always showing..
Please excuse my English
Thank you.