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 19:32:27 -0700
Good grief.
Anyway, thanks for all the help and time it took. I really appreciate it!
For now, my workaround was to paste
#define isinf(x) \
( sizeof (x) == sizeof(float ) ? __inline_isinff((float)(x)) \
: sizeof (x) == sizeof(double) ? __inline_isinfd((double)(x)) \
: __inline_isinf ((long double)(x)))
right before the MapKit import. It compiles now. If my app gets
rejected, I'll just have to point them to bug 9748279 (which I just
filed on this issue).
Regards,
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