<?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: Importing iPhone Keys (P12 and PEM) into Snow Leopard&#8217;s Keychain</title>
	<atom:link href="http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/</link>
	<description>Life in Technicolor.</description>
	<lastBuildDate>Tue, 15 Jun 2010 04:55:21 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vincent</title>
		<link>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/comment-page-1/#comment-6702</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Sun, 18 Apr 2010 07:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=314#comment-6702</guid>
		<description>Had the same problem, thank for the trick Stephan!

Also it seem that some project preferences did not copy correctly. So, after importing the keys, I had to check the menu &quot;Edit Project Setting&quot; -&gt; &quot;Build&quot; tab -&gt; &quot;Code Signing identity&quot;. Also my info.plist file had to be reviewed, some variables are managed by Xcode so I had to reset it in order use the same application profile.

If this can help others...</description>
		<content:encoded><![CDATA[<p>Had the same problem, thank for the trick Stephan!</p>
<p>Also it seem that some project preferences did not copy correctly. So, after importing the keys, I had to check the menu &#8220;Edit Project Setting&#8221; -> &#8220;Build&#8221; tab -> &#8220;Code Signing identity&#8221;. Also my info.plist file had to be reviewed, some variables are managed by Xcode so I had to reset it in order use the same application profile.</p>
<p>If this can help others&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/comment-page-1/#comment-3679</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Sun, 06 Dec 2009 09:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=314#comment-3679</guid>
		<description>Hi Nicolas,

&lt;blockquote&gt;Also, I only exported the private key (.p12 file), NOT the public key (.PEM file), Is this wrong?&lt;/blockquote&gt;

Yep, that&#039;s most likely the crux of the matter. You must import your private (P12) und public key (PEM) &#039;cause both keys form the so-called &quot;valid signing identity&quot;.

&lt;blockquote&gt;WHY DOES IT HAVE TO BE SOOOOO COMPLICATED?&lt;/blockquote&gt;

That&#039;s right! In many cases developing for other (mobile) platforms is not that tricky.

-- Stephan</description>
		<content:encoded><![CDATA[<p>Hi Nicolas,</p>
<blockquote><p>Also, I only exported the private key (.p12 file), NOT the public key (.PEM file), Is this wrong?</p></blockquote>
<p>Yep, that&#8217;s most likely the crux of the matter. You must import your private (P12) und public key (PEM) &#8217;cause both keys form the so-called &#8220;valid signing identity&#8221;.</p>
<blockquote><p>WHY DOES IT HAVE TO BE SOOOOO COMPLICATED?</p></blockquote>
<p>That&#8217;s right! In many cases developing for other (mobile) platforms is not that tricky.</p>
<p>&#8211; Stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.arlt.eu/blog/2009/12/01/importing-iphone-keys-p12-and-pem-into-snow-leopards-keychain/comment-page-1/#comment-3657</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sat, 05 Dec 2009 09:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=314#comment-3657</guid>
		<description>I had the same problem. I attempting to bring some work home. At work we use 10.5, at home I have 10.6.

I did as you suggest, but still get the error.(Not the warning, though)

In &quot;Organizer/iPhone Development/Provisioning Profiles&quot;, the yellow tab says &quot;A valid signing identity matching this profile could not be found in your keychain.&quot;

In Keychain Access, the Certificate appears under &quot;Certificates&quot; and the Key appears under &quot;Keys&quot;, but they don&#039;t seem to be linked together: None of them show disclosure triangles.
(I have another Certificate/Key for MobileMe and these DO show each other on disclosure).

Also, I only exported the private key (.p12 file), NOT the public key (.PEM file), Is this wrong? Now it&#039;s weekend and I&#039;m at home, I am stuck to iPhone Simulator until monday...

WHY DOES IT HAVE TO BE SOOOOO COMPLICATED?

What did I do against Apple? (laughs, anyone?)

Figuring out -viewDidUnload and -didReceiveMemoryWarning was a lot easier...</description>
		<content:encoded><![CDATA[<p>I had the same problem. I attempting to bring some work home. At work we use 10.5, at home I have 10.6.</p>
<p>I did as you suggest, but still get the error.(Not the warning, though)</p>
<p>In &#8220;Organizer/iPhone Development/Provisioning Profiles&#8221;, the yellow tab says &#8220;A valid signing identity matching this profile could not be found in your keychain.&#8221;</p>
<p>In Keychain Access, the Certificate appears under &#8220;Certificates&#8221; and the Key appears under &#8220;Keys&#8221;, but they don&#8217;t seem to be linked together: None of them show disclosure triangles.<br />
(I have another Certificate/Key for MobileMe and these DO show each other on disclosure).</p>
<p>Also, I only exported the private key (.p12 file), NOT the public key (.PEM file), Is this wrong? Now it&#8217;s weekend and I&#8217;m at home, I am stuck to iPhone Simulator until monday&#8230;</p>
<p>WHY DOES IT HAVE TO BE SOOOOO COMPLICATED?</p>
<p>What did I do against Apple? (laughs, anyone?)</p>
<p>Figuring out -viewDidUnload and -didReceiveMemoryWarning was a lot easier&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
