[MonoTouch] MonoTouch 1.1.1
Geoff Norton
gnorton at novell.com
Thu Oct 8 20:41:39 EDT 2009
Yes, we apologize for this, the update infrastructure was not
completed for v2.6 p1, as such the updater isn't aware that you have
2.6 installed. There are 2 fixes for this:
#1 Wait for 2.6p2
#2 echo "02060000" > /Library/Frameworks/Mono.framework/Versions/2.6/
updateinfo
Geoff Norton
On 8-Oct-09, at 8:36 PM, Frank Bergmann 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
> if [ ! -f '/Library/Frameworks/Mono.framework/Versions/Current/
> updateinfo' ]; then \
> STABILITY_MSG="MonoDevelop requires Mono version 2.4.2.3_6 or later
> for important stability fixes."
> osascript \
> -e "set question to display dialog \"$STABILITY_MSG\" with title
> \"$VERSION_TITLE\" buttons {\"Cancel\", \"Download...\"} default
> button 2" \
> -e "if button returned of question is equal to \"Download...\" then
> open location \"$DOWNLOAD_URL\""
> echo "$VERSION_TITLE"
> echo "$VERSION_MSG"
> exit 1
> fi
>
> out of the monodevelop script:
>
> /Applications/MonoDevelop.app/Contents/MacOS/monodevelop
>
> i know its a hack, it should be the framework detection that should
> be updated ...
>
> but for now this makes it work ..
>
> cheers
> Frank
>
> On Oct 8, 2009, at 5:17 PM, Demis Bellot wrote:
>
>> ok so tried to download the newer version of monotouch and
>> monodevelop, unfortunately monodevelop refuses to start because it
>> says i need the latest version of the framework (2.4.2.3_6). This is
>> unfortunate because I have the beta 2.6 installed (and need the new
>> bits).
>>
>> After following the instructions and downloading the monoframework
>> the
>> installer now recognises the newer version of the framework and warns
>> me that this will override it with the older version.
>>
>> So just a couple of things, I think the newest bits of
>> MonoTouch/MonoDevelop should be able to work with Framework 2.6 and
>> doesn't .NET support side-by-side frameworks?
>>
>>
>>
>> On Fri, Oct 9, 2009 at 12:46 AM, Kevin Daly <kevindaly at xtra.co.nz>
>> wrote:
>>> Cool.
>>> I just did a quick test and it looks like MD5.Create() is fine now
>>> too
>>> (taken care of by the fix for over-aggressive linker optimisation?).
>>>
>>> -----Original Message-----
>>> From: monotouch-bounces at lists.ximian.com
>>> [mailto:monotouch-bounces at lists.ximian.com] On Behalf Of Geoff
>>> Norton
>>> Sent: Friday, 9 October 2009 10:45 a.m.
>>> To: monotouch at lists.ximian.com list
>>> Subject: [MonoTouch] MonoTouch 1.1.1
>>>
>>> We are pleased to announce the release of MonoTouch 1.1.1:
>>>
>>> Additions in 1.1.1
>>>
>>> . Added GameKit bindings
>>> . Added MessageUI bindings
>>> . Added NSMutableData
>>> . Added some additional NSData overloads
>>> . Added new mtouch flag -linkskip. If you are attempting
>>> to use a
>>> third party dll, you may need -linkskip to avoid missing references
>>> while linking.
>>> Fixes in 1.1.1
>>>
>>> . Fixed over-aggressive linker optimization (Guid.NewGuid
>>> () issue)
>>> . NSObservationCenter will now explicitly call Dispose() on
>>> the
>>> NSNotification posted when using the Action<T> overrides. Fixes the
>>> issue where it was impossible to play 2 videos in the MediaPlayer
>>> sample
>>> You can get the update for your version of MonoTouch by either
>>> running
>>> MonoDevelop->Check for Updates, or restarting MonoDevelop. If you
>>> do
>>> not have these options, you are running an older version of
>>> MonoDevelop and should upgrade from
>>> http://monodevelop.com/Download/Mac_MonoTouch
>>>
>>> Geoff Norton
>>> _______________________________________________
>>> MonoTouch mailing list
>>> MonoTouch at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/monotouch
>>>
>>> _______________________________________________
>>> MonoTouch mailing list
>>> MonoTouch at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/monotouch
>>>
>> _______________________________________________
>> MonoTouch mailing list
>> MonoTouch at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monotouch
>
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
More information about the MonoTouch
mailing list