[MonoTouch] Correct procedure to update to Lion and xCode 4.3 without destroying monotouch
Jeff Stedfast
jeff at xamarin.com
Tue Mar 13 19:59:53 UTC 2012
Hi jgsacris,
I just did this today, so you are in luck!
First, install Mac OS X Lion. Nothing scary here. It went smoothly for me,
at least.
Then, once Lion is installed, you can install Xcode 4.3.
If you plan to have Xcode 4.3 delete Xcode 4.2 (like I did) after it
installs, you'll want to move /Developer/MonoTouch and
/Developer/MonoAndroid (if you also have that) to a temporary location
while you install Xcode 4.3:
In a terminal, run the following command:
sudo mv /Developer/MonoTouch ~/
That will move your MonoTouch install into your home directory.
Then download & install Xcode 4.3. Once that is complete, launch Xcode and
it will ask if you'd like to delete your own Xcode in /Developer. Feel free
to do so.
At this point, you can safely move your MonoTouch install back into
/Developer.
To do so, type the following commands:
sudo mkdir /Developer
sudo mv ~/MonoTouch /Developer
Now you'll need to install some addons for Xcode (such as the iOS
Simulators and the command-line tools):
Go to the Xcode menu and select "Preferences..."
Next, click on the "Downloads" tab
Now click the "Install" button next to "Command Line Tools" and any iOS
Simulators that you want (I installed the 4.3 and 5.0 Sims).
Done!
Hope that helps,
Jeff
On Tue, Mar 13, 2012 at 9:43 AM, jgsacris <garcia at krautzer-lynn.com> wrote:
> What is the correct procedure to update from Snow Leopard and xCode 4.2? I
> tired first updating to Lion through the AppStore, then downloading xCode
> 4.3.1 from the AppStore and then I was never able to get MonoDevelop to
> compile my App again. Or if it compiled the app would crash as soon as I
> interacted with it. For some reason I looks like it wasn't able to find the
> correct SDK libraries but I may be completely wrong.
>
> Sorry that I don't have more detail info but I had to roll the update back
> in order to solve the console.writeLine bug as soon as possible.
>
> Thanks for the help
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/Correct-procedure-to-update-to-Lion-and-xCode-4-3-without-destroying-monotouch-tp4469104p4469104.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> 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/20120313/e7446281/attachment.html>
More information about the MonoTouch
mailing list