blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Mac: signing does not work #177

Closed ericpearson closed 12 years ago

ericpearson commented 12 years ago

In release 1.0.1.8 signing does not work. When you attempt to sign a bar file you receive the following error message:

[INFO] execvp(): No such file or directory

To work around this issue, add the following path to your PATH environment, assuming the default install location:

export PATH=$PATH:/Developer/SDKs/Research In Motion/BlackBerry 10 WebWorks SDK 1.0.1.8/dependences/tools/bin

jengee commented 12 years ago

Verified this workaround works on Mac Snow Leopard.