<?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>rel=me &#187; xcode</title>
	<atom:link href="http://rel.me/t/xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://rel.me</link>
	<description>programming, objective-c, cocoa, iphone, c</description>
	<lastBuildDate>Mon, 02 Aug 2010 20:09:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fix for XCode unit test error (exited abnormally with code 127)</title>
		<link>http://rel.me/2008/04/23/fix-for-xcode-unit-test-error-exited-abnormally-with-code-127/</link>
		<comments>http://rel.me/2008/04/23/fix-for-xcode-unit-test-error-exited-abnormally-with-code-127/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 04:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[unit test]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">/2008/04/23/fix-for-xcode-unit-test-error-exited-abnormally-with-code-127</guid>
		<description><![CDATA[If you are getting the: Test host '/path/to/App exited abnormally with code 127 (it may have crashed).' error in XCode 3.1 (beta) when you try to run your unit tests then you need to: Get Info for the Unit Tests target. Choose the Build tab. Set the Architectures value to Native Architecture of Build Machine.]]></description>
			<content:encoded><![CDATA[<p>If you are getting the:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Test host '/path/to/App exited abnormally with code 127 (it may have crashed).'</pre></div></div>

<p>error in XCode 3.1 (beta) when you try to run your unit tests then you need to:</p>
<ol>
<li><strong>Get Info</strong> for the <strong>Unit Tests</strong> target.</li>
<li>Choose the <strong>Build</strong> tab.</li>
<li>Set the <strong>Architectures</strong> value to <strong>Native Architecture of Build Machine</strong>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://rel.me/2008/04/23/fix-for-xcode-unit-test-error-exited-abnormally-with-code-127/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
