Re: Why won't iOS app using MKMapView compile?
Re: Why won't iOS app using MKMapView compile?
- Subject: Re: Why won't iOS app using MKMapView compile?
- From: G S <email@hidden>
- Date: Fri, 08 Jul 2011 18:17:48 -0700
Thanks very much for that analysis, Kyle.
This blows. All of our business logic is written in C++, which I'd
think is a common scenario (the paucity of "business" logic in the app
store notwithstanding). This problem is occurring in a UI controller
that needs to show information from a C++ object. It's full of code to
exchange information between the screen and object and validate it, so
writing some hokey workaround using an intermediary is pretty
unpalatable.
Weird that explicitly importing <math.h> right before the MapKit
import doesn't work, though. I can't see where cmath is being
included. Any suggestions on tracking that down?
Gavin
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden