radshag / PhoneGap-Geofencing

Geofencing Plugin For Phonegap
95 stars 56 forks source link

Sample IOS app fails to compile on phonegap 2.6 #28

Open jgberg opened 11 years ago

jgberg commented 11 years ago

I have a phonegap 2.6 install and I copied in the iOS/Sample app into it, ran Xcode, and it failed to compile. Get's error: /Users/admin/Documents/Cordova26/Sample/CordovaLib/Classes/CDVUserAgentUtil.h: No such file or directory

That file is present in the baseline 2.6 app, but not in the sample. There are other differences as well between Phonegap 2.6 and what is in the ios sample.

A working example would be very much appreciated.

lcamayd commented 11 years ago

Same issue here.

jgberg commented 11 years ago

Hi, just to say it, for us Mac noobs (though highly experienced otherwise) it is possible to get the plugin itself to work with the sample app illustrated in the readme.md as opposed to the larger sample in IOS/Sample. You must follow the directions in the readme.md very very very carefully and still extrapolate a few things that are poorly described include 1. the dragging of GROUPS within Xcode as opposed to the files themselves, and 2. editing of AppDelegate is poorly described. For experienced Mac/Xcode folk they'll get through it more easily then us noobs.

The readme should be cleaned up... i might do that if i get the chance... as for the sample app, it remains broken seeming.

radshag commented 11 years ago

I would appreciate any help you can offer. Thanks for the feedback.

On May 1, 2013, at 8:46 PM, Jeffrey Greenberg notifications@github.com wrote:

Hi, just to say it, for us Mac noobs (though highly experienced otherwise) it is possible to get the plugin itself to work with the sample app illustrated in the readme.md as opposed to the larger sample in IOS/Sample. You must follow the directions in the readme.md very very very carefully and still extrapolate a few things that are poorly described include 1. the dragging of GROUPS within Xcode as opposed to the files themselves, and 2. editing of AppDelegate is poorly described. For experienced Mac/Xcode folk they'll get through it more easily then us noobs.

The readme should be cleaned up... i might do that if i get the chance... as for the sample app, it remains broken seeming.

— Reply to this email directly or view it on GitHub.

radshag commented 11 years ago

take a look at the latest version. I have rewritten the whole thing to support cordova 2.7.0

https://github.com/radshag/PhoneGap-Geofencing/tree/master/src/iOS

iOS only for now. android on the way.

ggutenberg commented 11 years ago

I'm having the same issue with the current version of the code and PhoneGap 2.7.0. Is there any chance we can get the documentation updated for 2.7.0? I'm not that familiar with Xcode, so if something is missing from the docs I'm kind of dead in the water trying to figure out what it is.

radshag commented 11 years ago

I recently updated the code and it all works. I will update the docs soon.  Dov — Sent from Mailbox for iPhone

On Thu, May 9, 2013 at 9:42 PM, ggutenberg notifications@github.com wrote:

I'm having the same issue with the current version of the code and PhoneGap 2.7.0. Is there any chance we can get the documentation updated for 2.7.0? I'm not that familiar with Xcode, so if something is missing from the docs I'm kind of dead in the water trying to figure out what it is.

Reply to this email directly or view it on GitHub: https://github.com/radshag/PhoneGap-Geofencing/issues/28#issuecomment-17681820

radshag commented 11 years ago

The new version doesn't require any knowledge of Xcode. You only need to know how to add a new plugin which is explained on the phonegap site.  Dov — Sent from Mailbox for iPhone

On Thu, May 9, 2013 at 9:42 PM, ggutenberg notifications@github.com wrote:

I'm having the same issue with the current version of the code and PhoneGap 2.7.0. Is there any chance we can get the documentation updated for 2.7.0? I'm not that familiar with Xcode, so if something is missing from the docs I'm kind of dead in the water trying to figure out what it is.

Reply to this email directly or view it on GitHub: https://github.com/radshag/PhoneGap-Geofencing/issues/28#issuecomment-17681820

kellyrmilligan commented 11 years ago

Hi I am starting a project that I would like to use this plugin on both android and iOs. any ideas when the android version will be updated as you indicated above?