You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to resolve this issue by running the following commands:
uninstall pebble-sdk brew uninstall pebble-sdk
cd into the homebrew-pebble-sdk directory cd /usr/local/Homebrew/Library/Taps/pebble/homebrew-pebble-sdk/
remove the remote origin of the homebrew-pebble-sdk repository git remote rm origin
add a new remote 'origin' that references the pebble-dev fork of this repo git remote add origin https://github.com/pebble-dev/homebrew-pebble-sdk.git
update the repo with the new commits from the pebble-dev fork git pull origin master
install pebble-sdk brew install pebble-sdk
After that, I initialized the rocky.js watchface tutorial in a separate directory, and followed the instructions. Everything seems to be working now!
brew install pebble/pebble-sdk/pebble-sdk
output:
https://gist.github.com/BorzdeG/90adbf720c305f7b42c53cee24bf6e08
The text was updated successfully, but these errors were encountered: