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" <[email protected]> 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 <[email protected]> wrote: > > > > > > That was fixed in MonoTouch > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
