0

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?

user1048175
  • 1,100
  • 3
  • 12
  • 29
  • did you give a try to [this](https://github.com/meteor/mobile-packages/tree/master/packages/mdg:geolocation)? – Ethaan Jan 14 '15 at 21:07
  • Unfortunately that's for user location within a browser - I want to track user location via a Cordova App when it has been backgrounded. – user1048175 Jan 14 '15 at 22:29
  • So if you do `meteor run ios` in the same directory, it runs correctly and loads your plugin? – stubailo Jan 15 '15 at 05:01

0 Answers0