<?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>Thousandapologies &#187; codesign</title>
	<atom:link href="http://www.thousandapologies.com/tag/codesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thousandapologies.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 Sep 2011 07:54:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>iPhone Development: Code Signing Errors with the JSON Framework</title>
		<link>http://www.thousandapologies.com/2010/02/09/iphone-development-code-signing-errors-with-the-json-framework/</link>
		<comments>http://www.thousandapologies.com/2010/02/09/iphone-development-code-signing-errors-with-the-json-framework/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:52:49 +0000</pubDate>
		<dc:creator>tjadejong</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[codesign]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.thousandapologies.com/?p=267</guid>
		<description><![CDATA[I must say I really love developing for the iPhone; never seen such a complete and helpful API as the one offered by Apple. Also XCode is just brilliant. However, one thing that can be a complete nightmare is code signing. Especially, when developing on the simulator, one doesn&#8217;t encounter the specific errors that can [...]]]></description>
			<content:encoded><![CDATA[<p>I must say I really love developing for the iPhone; never seen such a complete and helpful API as the one offered by Apple. Also XCode is just brilliant. However, one thing that can be a complete nightmare is code signing. Especially, when developing on the simulator, one doesn&#8217;t encounter the specific errors that can stop you from deploying your app to a real device. One such error I encountered already before, but completely forgot about. When trying to deploy my language learning software on a 3G device I suddenly was confronted by a weird error &#8220;object file format invalid or unsuitable&#8221;, my first suspicions were the JSON framework I recently added. These suspicions turned out to be correct; after <a title="Helpful blogpost" href="http://iphone.galloway.me.uk/2009/04/json-framework-codesign-object-file-format-invalid-or-unsuitable/" target="_blank">finding this helpful blogpost</a> I was finally able to solve the problem. A short recap of what I did:</p>
<ol>
<li>Right click the Target you&#8217;re building in my case &#8220;Language Learning&#8221;, and click on &#8220;Get Info&#8221;</li>
<li>Go to the build tab</li>
<li>Find the Code Signing section</li>
<li>Add the $(SDKROOT)/ResourceRules.plist to the &#8220;Code Signing Resource Rules Path&#8221; in this section</li>
<li>Clean the build (Build Menu/Clean)</li>
<li>Rebuild your app and you should be good to go again</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.thousandapologies.com/2010/02/09/iphone-development-code-signing-errors-with-the-json-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

