Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monotouch with Xcode 4

I know this was asked previously when Xcode 4 was still in pre-release stage, but now that it is out... Does anyone know how to add outlets and connections with Xcode 4 and Monotouch? The Monotouch trial I downloaded says it requires iPhone SDK 4.3, so it must support it.

Or is there still a way to use Monotouch with Xcode 3?

Thanks.

like image 997
jbright Avatar asked Nov 05 '22 23:11

jbright


1 Answers

I think you refer to Interface Builder. If so, just stick with Xcode 3, where IB is still separate. If you log in to Apple's site at http://developer.apple.com, there is a link where you can download Xcode 4. Below it, you can see "Looking for Xcode 3? Download". There, you can download Xcode 3 together with the 4.3 SDK. The direct link is: http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20792

like image 128
Krumelur Avatar answered Nov 09 '22 13:11

Krumelur