[MonoTouch] MonoTouch 1.1.1
Michael Hutchinson
m.j.hutchinson at gmail.com
Thu Oct 8 21:12:11 EDT 2009
On Thu, Oct 8, 2009 at 8:36 PM, Frank Bergmann
<fbergman at u.washington.edu> wrote:
> I had the same problem, and 'fixed' it by taking these lines:
>
> # this check should be removed when we require 2.6, which will have an
> updateinfo
..
> i know its a hack, it should be the framework detection that should be
> updated ...
> but for now this makes it work ..
The problem is that the first *preview* of 2.6 doesn't have the
updateinfo tag file that the MD updater requires to be able to pick
up updates for Mono. This file was introduced to Mono in 2.4.2.3_6,
and will be included in all future Mono releases. MD required
2.4.2.3_6 for other important reasons, so the presence of this file is
used to check that you were running 2.4.2.3_6 or later.
You can work around this for now by running
sudo touch /Library/Frameworks/Mono.framework/Versions/2.6/updateinfo
However, this means that you *must* install a newer version of Mono
2.6 when it is available to restore updating capability.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the MonoTouch
mailing list