<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for stiefels.net</title>
	<link>http://www.stiefels.net</link>
	<description>it's all about zeros and ones</description>
	<pubDate>Mon, 12 May 2008 02:48:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Unit Testing with Xcode 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>http://www.stiefels.net/2007/05/01/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>Comment on IBM Certified Database Associate &#038; Administrator by Simon</title>
		<link>http://www.stiefels.net/2007/06/14/ibm-certified-database-associate-administrator/#comment-3811</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 26 Mar 2008 17:15:06 +0000</pubDate>
		<guid>http://www.stiefels.net/2007/06/14/ibm-certified-database-associate-administrator/#comment-3811</guid>
		<description>&lt;p&gt;Have a look at the IBM DB2 Administration Certification Guide. You can find it at Amazon. It really helped me to learn a lot about DB2.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have a look at the IBM DB2 Administration Certification Guide. You can find it at Amazon. It really helped me to learn a lot about DB2.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on IBM Certified Database Associate &#038; Administrator by kameshreddy</title>
		<link>http://www.stiefels.net/2007/06/14/ibm-certified-database-associate-administrator/#comment-3809</link>
		<dc:creator>kameshreddy</dc:creator>
		<pubDate>Wed, 26 Mar 2008 05:15:04 +0000</pubDate>
		<guid>http://www.stiefels.net/2007/06/14/ibm-certified-database-associate-administrator/#comment-3809</guid>
		<description>&lt;p&gt;i want ibm certified database associate question papers&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i want ibm certified database associate question papers</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Locating Memory Leaks with MallocDebug by NinjaArmadillo</title>
		<link>http://www.stiefels.net/2007/08/13/locating-memory-leaks-with-mallocdebug/#comment-3808</link>
		<dc:creator>NinjaArmadillo</dc:creator>
		<pubDate>Mon, 24 Mar 2008 16:40:29 +0000</pubDate>
		<guid>http://www.stiefels.net/2007/08/13/locating-memory-leaks-with-mallocdebug/#comment-3808</guid>
		<description>&lt;p&gt;I'm currently trying to use MallocDebug
I run it (Debug&#62;Launch using performance tool&#62;MallocDebug),
I make sure it's pointing the the right file,
Then I click launch.&lt;/p&gt;

&lt;p&gt;It hangs for about a minutes then says "Read Data, Unable to read malloc from ..."&lt;/p&gt;

&lt;p&gt;I'm using OS X 10.4.11 (Tiger?)
Xcode Ver 2.4.1
Component versions
Xcode IDE: 762.0
Xcode Core: 762.0
ToolSupport: 764.0&lt;/p&gt;

&lt;p&gt;Am I doing something wrong ?
Please Help!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently trying to use MallocDebug
I run it (Debug&gt;Launch using performance tool&gt;MallocDebug),
I make sure it&#8217;s pointing the the right file,
Then I click launch.</p>

<p>It hangs for about a minutes then says &#8220;Read Data, Unable to read malloc from &#8230;&#8221;</p>

<p>I&#8217;m using OS X 10.4.11 (Tiger?)
Xcode Ver 2.4.1
Component versions
Xcode IDE: 762.0
Xcode Core: 762.0
ToolSupport: 764.0</p>

<p>Am I doing something wrong ?
Please Help!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unit Testing with Xcode 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>http://www.stiefels.net/2007/05/01/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>Comment on Unit Testing with Xcode 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>http://www.stiefels.net/2007/05/01/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>Comment on Unit Testing with Xcode 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>http://www.stiefels.net/2007/05/01/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>Comment on Unit Testing with Xcode 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>http://www.stiefels.net/2007/05/01/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>Comment on Unit Testing with Xcode 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>http://www.stiefels.net/2007/05/01/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>Comment on Unit Testing with Xcode 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>http://www.stiefels.net/2007/05/01/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>
