Skip to content

Commit

Permalink
Bump maccore for fixing #3 of bug #41083
Browse files Browse the repository at this point in the history
   [Xamarin.Hosting] Set a default simulator if nothing is provided to mlaunch. Fix #41083 part 3

    The string to represent a specific simulator is not something you can
    easily remember but it's often not very important.

    This will start the most basic simulator, by default, instead of throwing
    an NRE that does not mention a (now un-) required parameter is missing.

    > Failed to launch the simulator: Object reference not set to an instance of an object
    > error MT1008: Failed to launch the simulator: Object reference not set to an instance of an object

    https://bugzilla.xamarin.com/show_bug.cgi?id=41083
  • Loading branch information
Sebastien Pouliot committed May 17, 2016
1 parent 2dd895e commit ef57e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/xamarin.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifdef ENABLE_XAMARIN
NEEDED_MACCORE_VERSION := 16ebbc5b4401ecdd86c60bb0ddbf3234334f63b5
NEEDED_MACCORE_VERSION := 53cb35859d3a645290a6cd879df574c52c3ba7f2
NEEDED_MACCORE_BRANCH := master

MACCORE_DIRECTORY := maccore
Expand Down

0 comments on commit ef57e26

Please sign in to comment.