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: Kyle Sluder <email@hidden>
- Date: Fri, 08 Jul 2011 16:16:54 -0700
On Fri, Jul 8, 2011 at 4:00 PM, Conrad Shultz
<email@hidden> wrote:
> As the OP noted, the error is in MapKit code and it is thus MapKit's responsibility to include requisite headers.
>
> There is some more fundamental problem at play.
Well, CoreFoundation.h includes <math.h> according to my copy of the
4.2 SDK, and isinf is defined in both the simulator's and the device's
math.h.
CoreFoundation.h is #imported by Foundation.h. Gavin, have you somehow
omitted Foundation.h from your prefix header (or whatever code is
#importing MapKit.h)?
--Kyle Sluder
_______________________________________________
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