apc-io / apc-firefox-os

Firefox OS on APC
94 stars 28 forks source link

Error when installing with Mac OS X #36

Closed taboca closed 10 years ago

taboca commented 10 years ago

I am checking the consistency of documentation and the possibility of building.

My use case it's Mac OS X 10.8 (10.8.5) with XCode 5.0.2, in which SDK 10.6 was extracted from the XCode 4.3 and placed in the XCode SDK path — following the Mozilla's documentation [1].

Now, over to Building, which as I understand is comprised of [2][3], I had a trouble to checkout (since documentation instructs git@) but solved that via using git's https protocol. After that, I am at:

./config.sh wmid

With the following error:

type commit
tag v1.12.7
tagger Conley Owens <cco3@android.com> 1381959964 -0700

repo 1.12.7

gpg: Signature made Wed Oct 16 18:46:04 2013 BRT using RSA key ID 692B382C
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.7'

Repo sync failed

Appreciate any help and/or please inform which is the right place to ask such kind of questions.

[1] https://developer.mozilla.org/en-US/Firefox_OS/Firefox_OS_build_prerequisites [2] https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build?redirectlocale=en-US&redirectslug=Firefox_OS%2FPreparing_for_your_first_B2G_build [3] https://github.com/apc-io/apc-firefox-os/blob/master/building-guide.md

taboca commented 10 years ago

Looks like I had a problem because I have used https instead git@. And that the git@ worked after adding my key with ssh-add.