<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Developing for a jailbroken iPhone, A to Z (iPhone 3.0)</title>
	<atom:link href="http://www.alexwhittemore.com/?feed=rss2&#038;p=270" rel="self" type="application/rss+xml" />
	<link>http://www.alexwhittemore.com/?p=270</link>
	<description>//Blog</description>
	<lastBuildDate>Sun, 05 Sep 2010 15:27:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Anon</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1363</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Sun, 01 Aug 2010 02:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1363</guid>
		<description>Does this work for xcode 3.2.3?</description>
		<content:encoded><![CDATA[<p>Does this work for xcode 3.2.3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barti</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1326</link>
		<dc:creator>barti</dc:creator>
		<pubDate>Tue, 27 Jul 2010 20:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1326</guid>
		<description>Thank you popinsky this worked for me</description>
		<content:encoded><![CDATA[<p>Thank you popinsky this worked for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: popinksy</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1265</link>
		<dc:creator>popinksy</dc:creator>
		<pubDate>Sun, 18 Jul 2010 01:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1265</guid>
		<description>&gt;For me, I tried getting this to work on xCode 3.1.4, whereas I think this hack only works to ver 
&gt;3.1.3.

I had 3.1.4 installed and was crashing as others reported, googling turned up this...

\xc3\x26\x00\x00 instead of \x8f\x2a\x00\x00 in the script does the trick for device debugging for me.</description>
		<content:encoded><![CDATA[<p>&gt;For me, I tried getting this to work on xCode 3.1.4, whereas I think this hack only works to ver<br />
&gt;3.1.3.</p>
<p>I had 3.1.4 installed and was crashing as others reported, googling turned up this&#8230;</p>
<p>\xc3\x26\x00\x00 instead of \x8f\x2a\x00\x00 in the script does the trick for device debugging for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jailbreak apps RUNNING on device? Sorting out information... - Hackint0sh</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1122</link>
		<dc:creator>Jailbreak apps RUNNING on device? Sorting out information... - Hackint0sh</dc:creator>
		<pubDate>Mon, 19 Apr 2010 04:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1122</guid>
		<description>[...] launch on the device. It&#039;s come down to considering these two guides, which look pretty reliable:  Developing for a jailbroken iPhone, A to Z (iPhone 3.0) &#124; alexwhittemore.com Developing for a Jailbroken iPhone A to Z (iPhone 3.1.2) &#124; alexwhittemore.com  I AM CURRENTLY [...]</description>
		<content:encoded><![CDATA[<p>[...] launch on the device. It&#39;s come down to considering these two guides, which look pretty reliable:  Developing for a jailbroken iPhone, A to Z (iPhone 3.0) | alexwhittemore.com Developing for a Jailbroken iPhone A to Z (iPhone 3.1.2) | alexwhittemore.com  I AM CURRENTLY [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhammer</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1114</link>
		<dc:creator>mhammer</dc:creator>
		<pubDate>Sun, 11 Apr 2010 23:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1114</guid>
		<description>For those who are crashing upon selecting Device-3.0&#124;Debug:
For me, I tried getting this to work on xCode 3.1.4, whereas I think this hack only works to ver 3.1.3.
I saw a slightly different output when running the patch script, but thought hey lets see what happens.
Well, crash happens.

Easiest way to back out the changes is to rename the &quot;iPhoneOS Build System Support.original&quot; back to &quot;iPhoneOS Build System Support&quot; which replaces the patched version with the original.

so just:
cd /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneOS Build System Support.xcplugin/Contents/MacOS
then:
mv iPhoneOS Build System Support.original iPhoneOS Build System Support

easier than reinstalling the whole SDK, right?

unfortunately we still have to figure out how to get the code built...</description>
		<content:encoded><![CDATA[<p>For those who are crashing upon selecting Device-3.0|Debug:<br />
For me, I tried getting this to work on xCode 3.1.4, whereas I think this hack only works to ver 3.1.3.<br />
I saw a slightly different output when running the patch script, but thought hey lets see what happens.<br />
Well, crash happens.</p>
<p>Easiest way to back out the changes is to rename the &#8220;iPhoneOS Build System Support.original&#8221; back to &#8220;iPhoneOS Build System Support&#8221; which replaces the patched version with the original.</p>
<p>so just:<br />
cd /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneOS Build System Support.xcplugin/Contents/MacOS<br />
then:<br />
mv iPhoneOS Build System Support.original iPhoneOS Build System Support</p>
<p>easier than reinstalling the whole SDK, right?</p>
<p>unfortunately we still have to figure out how to get the code built&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: argumen</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1103</link>
		<dc:creator>argumen</dc:creator>
		<pubDate>Fri, 02 Apr 2010 22:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1103</guid>
		<description>wow, it did work!! really. Well for all the people asking, it ONLY works for the SDK 3.0 with XCode 3.1.3, this is the download link from apple  http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.0__final/iphone_sdk_3.0__leopard__9m2736__final.dmg the only limitation is that you can only make apps for OS 3.0 or lower (it works for me because I am learning) the only thing and I dont know why is that I dont have to apply the last script for  project.

Alex Thank you very much!! This guide was really helpful</description>
		<content:encoded><![CDATA[<p>wow, it did work!! really. Well for all the people asking, it ONLY works for the SDK 3.0 with XCode 3.1.3, this is the download link from apple  <a href="http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.0__final/iphone_sdk_3.0__leopard__9m2736__final.dmg" rel="nofollow">http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.0__final/iphone_sdk_3.0__leopard__9m2736__final.dmg</a> the only limitation is that you can only make apps for OS 3.0 or lower (it works for me because I am learning) the only thing and I dont know why is that I dont have to apply the last script for  project.</p>
<p>Alex Thank you very much!! This guide was really helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacq</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1097</link>
		<dc:creator>jacq</dc:creator>
		<pubDate>Sat, 27 Mar 2010 16:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1097</guid>
		<description>Hi Alex, 

Thanks so much for the post, it is terrific.. I know I am close but I am still having the error that others have mentioned &quot;Code Sign error: a valid provisioning profile matching the application&#039;s identifier &#039;com.yourcompany.ProgramName&#039; could not be found.&quot;  

I am using xCode 3.2.1 and this is regardless of any SDK that I compile under  (although the person who wrote the code wrote compiled it with 2.2.1) .  

In my particular case, someone else has built this code for me on their system using the keychain name &quot;iPhone Developer&quot;, so one would think these steps would be perfect. 

However: when I generate a new key I cannot get a trusted key to reside as &quot;iPhone Developer&quot;,it says &quot;this root certificate is not trusted&quot; - I have generated the key several times all with the same result. 

Thank you for any assistance you can provide. 
Jacq.</description>
		<content:encoded><![CDATA[<p>Hi Alex, </p>
<p>Thanks so much for the post, it is terrific.. I know I am close but I am still having the error that others have mentioned &#8220;Code Sign error: a valid provisioning profile matching the application&#8217;s identifier &#8216;com.yourcompany.ProgramName&#8217; could not be found.&#8221;  </p>
<p>I am using xCode 3.2.1 and this is regardless of any SDK that I compile under  (although the person who wrote the code wrote compiled it with 2.2.1) .  </p>
<p>In my particular case, someone else has built this code for me on their system using the keychain name &#8220;iPhone Developer&#8221;, so one would think these steps would be perfect. </p>
<p>However: when I generate a new key I cannot get a trusted key to reside as &#8220;iPhone Developer&#8221;,it says &#8220;this root certificate is not trusted&#8221; &#8211; I have generated the key several times all with the same result. </p>
<p>Thank you for any assistance you can provide.<br />
Jacq.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1090</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 19 Mar 2010 12:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1090</guid>
		<description>guys, please help me, iv got error 
&lt;code&gt;Please verify that your device&#039;s clock is properly set, and that your signing certificate is not expired.

(0xE8008018)&lt;/code&gt;

using 3.14 xcode, 3.1.1 iPhone OS

i can&#039;t install other, so please help me solve this problem

best,
Alex</description>
		<content:encoded><![CDATA[<p>guys, please help me, iv got error<br />
<code>Please verify that your device's clock is properly set, and that your signing certificate is not expired.</p>
<p>(0xE8008018)</code></p>
<p>using 3.14 xcode, 3.1.1 iPhone OS</p>
<p>i can&#8217;t install other, so please help me solve this problem</p>
<p>best,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: БЛОГИ Unity3D по-русски! &#187; Архив сайта &#187; Разработка приложений для iPhone Jailbroken</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1077</link>
		<dc:creator>БЛОГИ Unity3D по-русски! &#187; Архив сайта &#187; Разработка приложений для iPhone Jailbroken</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1077</guid>
		<description>[...] такая же как и для iPhone 3.0 и iPhone 2.2, чтобы иметь возможность компилировать в Xcode [...]</description>
		<content:encoded><![CDATA[<p>[...] такая же как и для iPhone 3.0 и iPhone 2.2, чтобы иметь возможность компилировать в Xcode [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.alexwhittemore.com/?p=270&#038;cpage=6#comment-1060</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=270#comment-1060</guid>
		<description>The first project I have tried this, it worked perfectly.
Now with the second project (and when I repeat the steps), it keeps saying:

Code Sign error: a valid provisioning profile matching the application&#039;s Identifier &#039;com.yourcompany.name&#039; could not be found

Any suggestions?</description>
		<content:encoded><![CDATA[<p>The first project I have tried this, it worked perfectly.<br />
Now with the second project (and when I repeat the steps), it keeps saying:</p>
<p>Code Sign error: a valid provisioning profile matching the application&#8217;s Identifier &#8216;com.yourcompany.name&#8217; could not be found</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
