<?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>Stupid Foot &#187; apple</title>
	<atom:link href="http://stupidfoot.com/category/apple/feed" rel="self" type="application/rss+xml" />
	<link>http://stupidfoot.com</link>
	<description>A blog about my personal business projects, web sites and making money</description>
	<lastBuildDate>Sun, 15 May 2011 04:42:25 +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>Update about &#8216;Error from Debugger: Unknown packet reply: &#8220;timeout&#8221; to environment packet.&#8217; from Xcode</title>
		<link>http://stupidfoot.com/2009/06/20/update-about-error-from-debugger-unknown-packet-reply-timeout-to-environment-packet-from-xcode</link>
		<comments>http://stupidfoot.com/2009/06/20/update-about-error-from-debugger-unknown-packet-reply-timeout-to-environment-packet-from-xcode#comments</comments>
		<pubDate>Sat, 20 Jun 2009 17:51:24 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/blog/?p=271</guid>
		<description><![CDATA[I previously posted about an error I was seeing in the Xcode console when trying to run an application I was working building on an actual iPhone. I believe I have figured out what was causing the problem, if not at least I&#8217;ve managed to make it stop happening so I can go back to <a href='http://stupidfoot.com/2009/06/20/update-about-error-from-debugger-unknown-packet-reply-timeout-to-environment-packet-from-xcode'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://stupidfoot.com/blog/2009/05/08/redacted-beta-5-and-error-from-debugger-unknown-packet-reply-timeout-to-environment-packet">previously posted</a> about an error I was seeing in the Xcode console when trying to run an application I was working building on an actual iPhone. I believe I have figured out what was causing the problem, if not at least I&#8217;ve managed to make it stop happening so I can go back to testing on a real device now.</p>
<p>It seems that the problem had something to do with a &#8216;#&#8217; in either &#8216;#AppName_Prefix.pch&#8217; or &#8216;#AppName.xcodeproj&#8217;. I renamed the Prefix header and the xcodeproject file and updated the project to reflect the new name of the prefix header then a build -&gt; clean and voilà everything seems to be working again.</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2009/06/20/update-about-error-from-debugger-unknown-packet-reply-timeout-to-environment-packet-from-xcode/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>opensim &#8211; Easy access to iPhone Simulator Applications</title>
		<link>http://stupidfoot.com/2009/06/11/opensim-easy-access-to-iphone-simulator-applications</link>
		<comments>http://stupidfoot.com/2009/06/11/opensim-easy-access-to-iphone-simulator-applications#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:56:07 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/blog/?p=267</guid>
		<description><![CDATA[I&#8217;ve been doing some development for the iPhone lately and came across a post by Craig Hockenberry where he give out a nice little bash script to make working with the iPhone simulator easier. I&#8217;ve been using that script for a few months now and have added alot to it and think I should give <a href='http://stupidfoot.com/2009/06/11/opensim-easy-access-to-iphone-simulator-applications'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing some development for the iPhone lately and came across a post by <a href="http://furbo.org/2009/03/03/open-sesame/">Craig Hockenberry</a> where he give out a nice little bash script to make working with the iPhone simulator easier.</p>
<p>I&#8217;ve been using that script for a few months now and have added alot to it and think I should give back. I&#8217;ve packaged it up with a nice readme, posted it up on <a href="http://github.com/trcjr/opensim/tree/master">github</a> and released it under the GPL.</p>
<p>Usage:</p>
<blockquote><p>usage: /Users/trcjr/bin/opensim [ &lt;app_name&gt; | updateLinks &lt;link_dir&gt; [ Preferences | Documents | &lt;cmd&gt; &lt;file&gt; ]<br />
ex: /Users/trcjr/bin/opensim updateLinks ~/iPhoneSimulatorApps<br />
Creats symlinks for all installed apps in ~/iPhoneSimulatorApps<br />
Note: &lt;link_dir&gt; must already exist.<br />
ex: /Users/trcjr/bin/opensim SomeApp Preferences<br />
Opens the Preferences folder<br />
ex: /Users/trcjr/bin/opensim SomeApp Documents<br />
Opens the Documents folder<br />
ex: /Users/trcjr/bin/opensim SomeApp sqlite3 some_sqlite_database.sqlite<br />
Opens runs sqlite3 with the full path to some_sqlite_database.sqlite as its first arguement</p></blockquote>
<p>The README:</p>
<blockquote><p>Opensim is a shell script that makes accessing applications on the iPhone<br />
simulator a breeze.</p>
<p>Based on opensim by Craig Hockenberry</p>
<p>http://furbo.org/2009/03/03/open-sesame/</p>
<p>Examples.</p>
<p>opensim SomeApp Preferences<br />
Opens the Preferences folder for SomeApp.<br />
( ~/Library/Application Support/iPhone Simulator/User/Applications/&lt;GUID&gt;/SomeApp.app/Preferences )</p>
<p>opensim SomeApp Documents<br />
Opens the Documents folder for SomeApp<br />
( ~/Library/Application Support/iPhone Simulator/User/Applications/&lt;GUID&gt;/SomeApp.app/Documents )</p>
<p>opensim SomeApp sqlite3 some_sqlite_database.sqlite<br />
Opens runs sqlite3 with the full path to some_sqlite_database.sqlite as its<br />
first argument.<br />
( sqlite3 ~/Library/Application Support/iPhone<br />
Simulator/User/Applications/&lt;GUID&gt;/SomeApp.app/Documents/some_sqlite_database.sqlite )</p>
<p>Note:<br />
If you have more than one file with the same name in two different<br />
directories, ie db.sqlite in Documents/ and db.sqlite in SomeApp.app/<br />
you would need to specify it by doing something like:<br />
opensim SomeApp sqlite3 app/db.sqlite<br />
This would open SomeApp.app/db.sqlite<br />
opensim SomeApp sqlite3 Documents/db.sqlite<br />
This would open SomeApp.app/Documents/db.sqlite</p>
<p>opensim updateLinks ~/iPhoneSimulatorApps<br />
Creats symlinks for all installed apps in ~/iPhoneSimulatorApps<br />
Note: &lt;link_dir&gt; must already exist.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2009/06/11/opensim-easy-access-to-iphone-simulator-applications/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
