before this day I'm using Phalcon 1.3 on Maverick and It's working pretty fly. After update OS X to Yosemite Phalcon.so is gone away.
I try to re-install with basic way as below
git clone git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install
but It's hurt me with error
...
checking dynamic linker characteristics... gcc: warning: couldn't understand kern.osversion '14.0.0
darwin14.0.0 dyld
...
make: *** [phalcon.lo] Error 1
Does anyone upgrade OS X to 10.10 and still working with Phalcon?