<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DIYMacServer &#187; XCode</title>
	<atom:link href="http://diymacserver.com/category/xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 17:52:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Follow up on Apache 2.4.1, Xcode 4.3.2</title>
		<link>http://diymacserver.com/2012/03/30/follow-up-on-apache-2-4-1-xcode-4-3-2/</link>
		<comments>http://diymacserver.com/2012/03/30/follow-up-on-apache-2-4-1-xcode-4-3-2/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 20:05:24 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=2269</guid>
		<description><![CDATA[During the last week I&#8217;ve seen comments regarding the failing of the compilation. The first one was that I completely missed the dependency on PCRE. Because it&#8217;s also required for out Postfix installation I already had it installed and didn&#8217;t notice it. You can download it from the sourceforge PCRE site. The latest tested version [...]]]></description>
			<content:encoded><![CDATA[<p>During the last week I&#8217;ve seen comments regarding the failing of the compilation. The first one was that I completely missed the dependency on PCRE. Because it&#8217;s also required for out Postfix installation I already had it installed and didn&#8217;t notice it. You can download it from the <a href="http://sourceforge.net/projects/pcre/files/pcre/">sourceforge PCRE site</a>. The latest tested version is 8.30. Download it, unpack it and run the following commands in the source directory:</p>
<pre class="brush: plain; title: ;">./configure
make
sudo make install</pre>
<p>The other thing I missed was the new release of Xcode. Apple released a new version of Xcode 4.3.2 which has a new method of installing. Instead of downloading the Installer from the App Store you can now install Xcode directly from the App Store. However somehow i think they needed to make the package smaller and they left out some the for us essential parts. Luckily its all still free. If you install Xcode from the App Store you need to perform some follow up actions to make it work. Startup Xcode, then let Xcode uninstall the older version, go to the preferences and go for the download tab. </p>
<p><img src="http://diymacserver.com/wp-content/uploads/2012/03/xcodepreferences.png" alt="" title="xcodepreferences" width="500" height="355" class="alignnone size-full wp-image-2273" /></p>
<p>Then select to install the command line tools. Use your apple-id and password to make it happen. After this you&#8217;ll be up and running in no time.</p>
<p><strong>Update</strong>: If you have a developer account and can login to http://developer.apple.com you can also download the command line tools as a standalone package. Go to the <a href="https://developer.apple.com/downloads/index.action">download</a> section and try it there. I&#8217;ve got the full Xcode installation as I sometimes try to write that one iPhone app that will make me a millionaire. Let me know if this works for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2012/03/30/follow-up-on-apache-2-4-1-xcode-4-3-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xcode 4 is now an App Store item</title>
		<link>http://diymacserver.com/2011/03/12/xcode-4-is-now-an-app-store-item/</link>
		<comments>http://diymacserver.com/2011/03/12/xcode-4-is-now-an-app-store-item/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 14:47:25 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=1729</guid>
		<description><![CDATA[After getting the server version included into the regular version of Lion Apple is surprising us again. Xcode is no longer free for developers! Normally Xcode was included on your OS installer/restore DVD that came with every new Mac or on the OS DVD you bought. Updates or new installs could be downloaded from developer.appe.com [...]]]></description>
			<content:encoded><![CDATA[<p>After getting the server version included into the regular version of Lion Apple is surprising us again. Xcode is no longer free for developers!</p>
<p>Normally Xcode was included on your OS installer/restore DVD that came with every new Mac or on the OS DVD you bought. Updates or new installs could be downloaded from developer.appe.com after free registration. </p>
<p>I wonder why apple has changed the model, I don&#8217;t mind paying for the development tools but I don&#8217;t understand the move. Also getting an installer package as a paid application is strange, I hope the next version will behave more as a regular app and will be automatically installed after buying. I guess we will also have to see if XCode will still be made available on the installer DVD of os X Lion. At least we don&#8217;t have to buy the full developer license.</p>
<p>There are many people complaining on the installer, I found this one from <a href="http://systemsboy.com/2011/03/installing-xcode-4-from-the-app-store.html">systemsboy</a> very well documented.</p>
<p>What is your take?</p>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2011/03/12/xcode-4-is-now-an-app-store-item/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>XCode 3.1.3 released</title>
		<link>http://diymacserver.com/2009/06/24/xcode-313-released/</link>
		<comments>http://diymacserver.com/2009/06/24/xcode-313-released/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:16:14 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[mac osx]]></category>

		<guid isPermaLink="false">http://diymacserver.com/?p=689</guid>
		<description><![CDATA[Just to inform you all as I missed it myself. Apple have released a new version of XCode. It&#8217;s not mandatory to upgrade but I will do it myself and all instructions etc. will be based on this version although I don&#8217;t expect any issues if you keep using the previous version. You can download [...]]]></description>
			<content:encoded><![CDATA[<p>Just to inform you all as I missed it myself. Apple have released a new version of XCode. It&#8217;s not mandatory to upgrade but I will do it myself and all instructions etc. will be based on this version although I don&#8217;t expect any issues if you keep using the previous version.</p>
<p>You can download it from <a href="http://developer.apple.com">developer.apple.com</a>. If you don&#8217;t have an account yet, just register. It&#8217;s free if you just want to download XCode and the related information.</p>
<p>What&#8217;s new in XCode 3.1.3:</p>
<ul>
<li> SDK support for targeting non-Mac OS X platforms, including iPhone OS SDK.
</li>
<li> GCC 4.2 &#038; LLVM GCC 4.2 optional compilers for use with Mac OS X 10.5 SDK
</li>
<li> Updated assistants to create new projects, targets, and source ?les
</li>
<li> Toolbar uses a single popup to choose platform, target, and debug/release
</li>
<li> Integrated SCM support now works with Subversion 1.5</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://diymacserver.com/2009/06/24/xcode-313-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

