<?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: Codesigning Woes&#8230;</title>
	<atom:link href="http://jakesprouse.net/2008/12/22/codesigning-woes/feed" rel="self" type="application/rss+xml" />
	<link>http://jakesprouse.net/2008/12/22/codesigning-woes</link>
	<description>Goings-on in the life of Jake</description>
	<lastBuildDate>Thu, 14 Jul 2011 21:04:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bendoh</title>
		<link>http://jakesprouse.net/2008/12/22/codesigning-woes/comment-page-1#comment-26085</link>
		<dc:creator>Bendoh</dc:creator>
		<pubDate>Wed, 06 Jul 2011 21:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://jakesprouse.net/code/?p=16#comment-26085</guid>
		<description>Problem for me was twofold in Xcode 4:

1) The .plist file was being included in the application bundle. Fixed this by removing it from the &quot;Copy Bundle Resources&quot; list under &quot;Build Phases&quot; of the Target.

2) I had changed &quot;Executable file&quot; to something other than $(EXECUTABLE_NAME), which Xcode just doesn&#039;t approve of. Why even let us change that if it&#039;s going to break code signing?

Hope that helps someone else who&#039;s wasting hours trying to figure this stuff out.</description>
		<content:encoded><![CDATA[<p>Problem for me was twofold in Xcode 4:</p>
<p>1) The .plist file was being included in the application bundle. Fixed this by removing it from the &#8220;Copy Bundle Resources&#8221; list under &#8220;Build Phases&#8221; of the Target.</p>
<p>2) I had changed &#8220;Executable file&#8221; to something other than $(EXECUTABLE_NAME), which Xcode just doesn&#8217;t approve of. Why even let us change that if it&#8217;s going to break code signing?</p>
<p>Hope that helps someone else who&#8217;s wasting hours trying to figure this stuff out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phoneboy</title>
		<link>http://jakesprouse.net/2008/12/22/codesigning-woes/comment-page-1#comment-8674</link>
		<dc:creator>Phoneboy</dc:creator>
		<pubDate>Thu, 02 Jul 2009 19:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://jakesprouse.net/code/?p=16#comment-8674</guid>
		<description>&lt;p&gt;Indeed remove the Info.plist from copy resources, clean all, and restart XCode&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Indeed remove the Info.plist from copy resources, clean all, and restart XCode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Genius Dude</title>
		<link>http://jakesprouse.net/2008/12/22/codesigning-woes/comment-page-1#comment-6200</link>
		<dc:creator>Genius Dude</dc:creator>
		<pubDate>Mon, 13 Apr 2009 22:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://jakesprouse.net/code/?p=16#comment-6200</guid>
		<description>&lt;p&gt;Restart x-code, that fixed it for me....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Restart x-code, that fixed it for me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FuzzYspo0N</title>
		<link>http://jakesprouse.net/2008/12/22/codesigning-woes/comment-page-1#comment-4664</link>
		<dc:creator>FuzzYspo0N</dc:creator>
		<pubDate>Mon, 23 Mar 2009 09:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://jakesprouse.net/code/?p=16#comment-4664</guid>
		<description>&lt;p&gt;Thanks for pointing out it was the plist thing, took forever to find someone with a clue :P&lt;/p&gt;

&lt;p&gt;Thanks for the post.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out it was the plist thing, took forever to find someone with a clue <img src='http://jakesprouse.net/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jake</title>
		<link>http://jakesprouse.net/2008/12/22/codesigning-woes/comment-page-1#comment-873</link>
		<dc:creator>jake</dc:creator>
		<pubDate>Tue, 23 Dec 2008 01:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://jakesprouse.net/code/?p=16#comment-873</guid>
		<description>With help from @mdhughes, I was able to get my app running.

* Info.plist was being included in the main target.  Apparently this was causing the &quot;object file format&quot; error.
* Using &quot;net.jakesprouse.${PRODUCT_NAME:identifier}&quot; instead of &quot;NNNNNNNNNN.net.jakesprouse.${PRODUCT_NAME:identifier}&quot; cleared up the CFBundleExecutable issue.
* Cleaning and rebuilding early and often seems to be a good idea.</description>
		<content:encoded><![CDATA[<p>With help from @mdhughes, I was able to get my app running.</p>
<p>* Info.plist was being included in the main target.  Apparently this was causing the &#8220;object file format&#8221; error.<br />
* Using &#8220;net.jakesprouse.${PRODUCT_NAME:identifier}&#8221; instead of &#8220;NNNNNNNNNN.net.jakesprouse.${PRODUCT_NAME:identifier}&#8221; cleared up the CFBundleExecutable issue.<br />
* Cleaning and rebuilding early and often seems to be a good idea.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

