[MonoTouch] Sopporting ios 4 and ios 5
Michael Hutchinson
m.j.hutchinson at gmail.com
Tue Oct 18 08:18:09 EDT 2011
You shouldn't compile with an older Apple SDK unless you have a problem with
the current default. Newer SDKs can target older versions of iOS just fine -
set your app's "deployment version" (aka minosversion) to the oldest OS you
want to support, and ensure you guard any uses of newer APIs with runtime
version checks as Jeff described.
On Oct 12, 2011 3:03 AM, "Art" <coderprojects at gmail.com> wrote:
> Sebastian ,
> Could you please tell me how to weak reference iOS 5 Sdk?
>
> I don 't see 4.3 option on iPhone-> build -> sdk version. Only 5 is
> available. What is the best way
> to install 4.3 without breaking anything?
>
>
>
> Thanks
> Art
>
>
>
> On Oct 10, 2011, at 11:23 PM, Art <coderprojects at gmail.com> wrote:
>
> >
> > > That was fixed in MonoTouch
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111018/9bde1fb6/attachment.html
More information about the MonoTouch
mailing list