right clicking on the frameworks group, going to ‘add existing frameworks’ and selecting mapkit from 3.0+ frameworks should do the trick.
we’re working on making this optional, but we just found the compile flags to do this, so it should happen in the next week or so. if you want, you can just comment out the code requiring mapkit
i had to work out a way of getting updated GPS data at the time it comes through, which meant creating some kind of event system which currently isn’t implemented into ofxiPhoneCoreLocation.
i’ve put together ofxLocation - its a copy of the way ofxMultiTouch works updating its listeners and is able send out GPS update events.
nothing big, but thought i’d post since i think its a good idea to include in ofxiPhone addon and it might save someone some time writing.