Skip to content

Errors Starting VoiceCode

Ben Meyer edited this page Jun 6, 2015 · 1 revision

Here a list of common errors and their solutions will be kept updated.

VoiceCode fails to start up with error:

libtool: unrecognized option '-static'

This one is easy - it is because some binaries are missing on your system. Just run:

xcode-select --install

Then at the prompt, follow the directions to install developer tools. After installation, run the command:

sudo ln -s /Library/Developer/CommandLineTools/usr/bin/libtool /usr/bin/libtool

That should fix it, try starting up VoiceCode again.

Clone this wiki locally