python - When I try to run 'cfx run' or 'cfx test' using the Mozilla Add-On SDK, my application binaries are not found -
i installed the latest add-on sdk mozilla (version 1.15). installation successful , when execute cfx
list of possible commands. made new separate empty folder, cd'd , ran cfx init
. successful , necessary folders , files got created.
now when try run extension or test it, following error:
i can't find application binary in of default locations on system. please specify 1 using -b/--binary option.
i have tried looking docs see kind of file should looking unsuccessful in solving issue. tried create empty bin folder within add-on folder , have tried initiating template in different parents , sub-folders. still same message.
i'm running on mac, osx mavericks 10.9.1
what's going on here exactly?
it's looking firefox binary file, not application's binaries. have install firefox because cfx run
open browser add-on installed can use , test live.
if firefox installed, in non-standar path, must tell cfx command find it, way:
cfx run -b /usr/bin/firefox
or
cfx run -b /usr/bin/firefox-trunk
these examples ony valid in linux distros ubuntu, have find firefox binary file in mac osx.
Comments
Post a Comment