<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Unit Testing with Xcode</title>
	<atom:link href="http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/</link>
	<description>it's all about zeros and ones</description>
	<pubDate>Sat, 11 Oct 2008 12:43:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ringo De Smet</title>
		<link>http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/#comment-3817</link>
		<dc:creator>Ringo De Smet</dc:creator>
		<pubDate>Wed, 21 May 2008 20:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/05/02/unit-testing-with-xcode/#comment-3817</guid>
		<description>&lt;p&gt;@Noah, your last comment saved my day! Tnx for the info!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Noah, your last comment saved my day! Tnx for the info!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Noah Miller</title>
		<link>http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/#comment-3812</link>
		<dc:creator>Noah Miller</dc:creator>
		<pubDate>Sun, 30 Mar 2008 23:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/05/02/unit-testing-with-xcode/#comment-3812</guid>
		<description>&lt;p&gt;@Brian:
I received the same error (127) when trying to build a unit test target written for the Currency Converter detailed in Apple's Introduction to Cocoa Application Tutorial.  Here's how I fixed it:
1) Open the Target Info window for the unit testing target
2) Switch to the Build tab
3) Set the Architectures value to "Native Architecture of Build Machine" (it defaulted to "Standard (32-bit Universal)").
I didn't have to change this setting in my target application, just in the testing target.  I'm not sure why this setting caused the application to crash, but it was the only significant difference between my project and Bill Dudney's example project on http://bill.dudney.net/roller/objc/entry/5.&lt;/p&gt;

&lt;p&gt;-Noah&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Brian:
I received the same error (127) when trying to build a unit test target written for the Currency Converter detailed in Apple&#8217;s Introduction to Cocoa Application Tutorial.  Here&#8217;s how I fixed it:
1) Open the Target Info window for the unit testing target
2) Switch to the Build tab
3) Set the Architectures value to &#8220;Native Architecture of Build Machine&#8221; (it defaulted to &#8220;Standard (32-bit Universal)&#8221;).
I didn&#8217;t have to change this setting in my target application, just in the testing target.  I&#8217;m not sure why this setting caused the application to crash, but it was the only significant difference between my project and Bill Dudney&#8217;s example project on <a href="http://bill.dudney.net/roller/objc/entry/5" rel="nofollow">http://bill.dudney.net/roller/objc/entry/5</a>.</p>

<p>-Noah</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hanson</title>
		<link>http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/#comment-3807</link>
		<dc:creator>Chris Hanson</dc:creator>
		<pubDate>Sun, 23 Mar 2008 06:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/05/02/unit-testing-with-xcode/#comment-3807</guid>
		<description>&lt;p&gt;If you don't already know about it, join the xcode-users mailing list at lists.apple.com and ask any questions you have about unit testing using Xcode 3.0.&lt;/p&gt;

&lt;p&gt;Also, for prerelease software that you've agreed to an NDA for, you can ask questions and provide feedback via the address xcode-feedback@group.apple.com - note that it's "group" and not "groups."&lt;/p&gt;

&lt;p&gt;-- Chris, who works on Xcode but doesn't speak for Apple&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t already know about it, join the xcode-users mailing list at lists.apple.com and ask any questions you have about unit testing using Xcode 3.0.</p>

<p>Also, for prerelease software that you&#8217;ve agreed to an NDA for, you can ask questions and provide feedback via the address <a href="mailto:xcode-feedback@group.apple.com">xcode-feedback@group.apple.com</a> - note that it&#8217;s &#8220;group&#8221; and not &#8220;groups.&#8221;</p>

<p>&#8211; Chris, who works on Xcode but doesn&#8217;t speak for Apple</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Basti</title>
		<link>http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/#comment-3805</link>
		<dc:creator>Basti</dc:creator>
		<pubDate>Wed, 19 Mar 2008 17:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/05/02/unit-testing-with-xcode/#comment-3805</guid>
		<description>&lt;p&gt;Thank you very very much for this tutorial. It was a big help for setting up a good working enviroment for programming on the mac.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you very very much for this tutorial. It was a big help for setting up a good working enviroment for programming on the mac.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/#comment-3804</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 15 Mar 2008 01:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/05/02/unit-testing-with-xcode/#comment-3804</guid>
		<description>&lt;p&gt;Sure, you can also export the results to a text file.
Open your Unit Test target and click on the Run Script build phase. Press CMD-I to open the information window and put the following line into the Script field:
    "${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests" 2&gt;&#38;1 &#124; tee /where/you/want/it&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sure, you can also export the results to a text file.
Open your Unit Test target and click on the Run Script build phase. Press CMD-I to open the information window and put the following line into the Script field:
    &#8220;${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests&#8221; 2>&amp;1 | tee /where/you/want/it</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/#comment-3803</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 11 Mar 2008 19:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/05/02/unit-testing-with-xcode/#comment-3803</guid>
		<description>&lt;p&gt;Hi,
Very good tutorial. I was wondering how to export the unit test results into a text file. Thanks a lot.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,
Very good tutorial. I was wondering how to export the unit test results into a text file. Thanks a lot.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/#comment-3802</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 10 Mar 2008 00:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/05/02/unit-testing-with-xcode/#comment-3802</guid>
		<description>&lt;p&gt;I didn't had the chance to test drive the iPhone SDK yet, but the error message you get may result from runtime errors of your code (application or unit test code). Without having the code it is somewhat difficult to determine where the actual crash occurs.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t had the chance to test drive the iPhone SDK yet, but the error message you get may result from runtime errors of your code (application or unit test code). Without having the code it is somewhat difficult to determine where the actual crash occurs.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.stiefels.net/2007/05/01/unit-testing-with-xcode/#comment-3801</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 09 Mar 2008 18:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/05/02/unit-testing-with-xcode/#comment-3801</guid>
		<description>&lt;p&gt;I've been scouring the net for hours in unit testing information with Obj-C.  I come from .NET world, and we're big on the unit testing over there.  You've posted the best tutorial I've found so far.  I'm excited about the iPhone dev kit and wanna start learning obj-C...but I cannot for the LIFE OF ME get the steps above to work w/ the iPhone dev environment.  I get an error:
"Test host '/Users/Brian/dev/Unit Test/build/Debug-aspensimulator/Unit Test/' exited abnormally with code 127 (it may have crashed)" error. :(  I would much appreciate an e-mail on getting this set up right...maybe after that I could write a blog on how to test drive your iPhone development!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been scouring the net for hours in unit testing information with Obj-C.  I come from .NET world, and we&#8217;re big on the unit testing over there.  You&#8217;ve posted the best tutorial I&#8217;ve found so far.  I&#8217;m excited about the iPhone dev kit and wanna start learning obj-C&#8230;but I cannot for the LIFE OF ME get the steps above to work w/ the iPhone dev environment.  I get an error:
&#8220;Test host &#8216;/Users/Brian/dev/Unit Test/build/Debug-aspensimulator/Unit Test/&#8217; exited abnormally with code 127 (it may have crashed)&#8221; error. <img src='http://www.stiefels.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I would much appreciate an e-mail on getting this set up right&#8230;maybe after that I could write a blog on how to test drive your iPhone development!</p>]]></content:encoded>
	</item>
</channel>
</rss>
