I've forked the zeroasterisk BGgeolocation plugin to fix a bug (well, a change of object structure) which I think was introduced in iOS8. My fork is here and is set up as a local package on my development server. I can add meteor add ficklelife:cordova-geolocation-background
as it's in my local package path with no problems, however when I try to build an iOS app I get:
meteor build ../build/bgloctest --server http://<server address>.onmodulus.net:80
=> Errors while initializing project:
While selecting package versions:
error: unknown package: ficklelife:cordova-geolocation-background
Googling around yields nothing - any clues why I can't compile with a local package? Possibly there is a path variable I have to set specifically for cordova/isobuild to work?