<?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>Codebreaker &#187; Xcode</title>
	<atom:link href="http://blog.sumin.us/archives/tag/xcode/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.sumin.us</link>
	<description>2bc08752a0894eb2c7afb345286e391d</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:15:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>0xE800003A ApplicationVerificationFailed</title>
		<link>http://blog.sumin.us/archives/817</link>
		<comments>http://blog.sumin.us/archives/817#comments</comments>
		<pubDate>Sat, 17 Jan 2009 01:58:18 +0000</pubDate>
		<dc:creator>Sumin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[0xE800003A]]></category>
		<category><![CDATA[ApplicationVerificationFailed]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://blog.sumin.us/?p=817</guid>
		<description><![CDATA[Are you having some trouble with this weird error message? When I was getting this message, I checked console messages in the Organizer. unknown mobile_installation_proxy[893] &#60;Error&#62;: install_embedded_profile: Skipping the installation of the embedded profile unknown securityd[887] &#60;Error&#62;: mobile_installat[893] SecItemCopyMatching: missing entitlement unknown mobile_installation_proxy[893] &#60;Error&#62;: entitlement 'application-identifier' has value not permitted by a provisioning profile unknown [...]]]></description>
			<content:encoded><![CDATA[<p>Are you having some trouble with this weird error message?</p>

<p><img src="/wp-content/uploads/2009/01/e2191b18b26127cf.png" alt="Your mobile device has encountered an unexpected error (0xE800003A) ApplicationVerificationFailed" title="e2191b18b26127cf" width="434" height="145" class="aligncenter size-full wp-image-819" /></p>

<p>When I was getting this message, I checked console messages in the Organizer.</p>

<pre><code>unknown mobile_installation_proxy[893] &lt;Error&gt;: install_embedded_profile: Skipping the installation of the embedded profile
unknown securityd[887] &lt;Error&gt;: mobile_installat[893] SecItemCopyMatching: missing entitlement
unknown mobile_installation_proxy[893] &lt;Error&gt;: entitlement 'application-identifier' has value not permitted by a provisioning profile
unknown mobile_installation_proxy[893] &lt;Error&gt;: verify_executable: Could not validate signature: e8008016
unknown mobile_installation_proxy[893] &lt;Error&gt;: preflight_application_install: Could not verify /var/tmp/install_staging.lbRQyZ/CQube.app/CQube
unknown mobile_installation_proxy[893] &lt;Error&gt;: install_application: Could not preflight application install
unknown mobile_installation_proxy[893] &lt;Error&gt;: handle_install: Installation failed
</code></pre>

<p>Doesn't seem useful unless you know how this tiny device exactly works. I wasted a couple hours to play with entitlements and other stuff that might be related to this issue. There was no luck. Then I finally figured out what I did wrong. You probably made a same mistake just like I did.</p>

<p><img src="/wp-content/uploads/2009/01/ee2ed4cdbd73c393.png" alt="ee2ed4cdbd73c393" title="ee2ed4cdbd73c393" width="470" height="673" class="aligncenter size-full wp-image-820" /></p>

<p>Didn't you put the whole App ID that you copied from the iPhone developer portal? Don't do this!</p>

<p>Put</p>

<pre><code>com.domainname.appname
</code></pre>

<p>Instead of</p>

<pre><code>XXXXXXXX.com.domainname.appname
</code></pre>

<p>I should've read the manual more carefully ;-)</p>

<p>BOOM!
<a href="http://cqube.mobi"><img src="/wp-content/uploads/2009/01/screenshot-20090115-213755.png" alt="screenshot-20090115-213755" title="screenshot-20090115-213755" width="320" height="480" class="aligncenter size-full wp-image-827" /></a></p>

<p>If this is not your case, well, you might want look for other solutions. Good luck.</p>
<!-- AdSense Now! V1.83 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-leadout" style="text-align:center;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-2353453386862167";
/* 468x60, created 10/26/09 */
google_ad_slot = "1252542387";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></content:encoded>
			<wfw:commentRss>http://blog.sumin.us/archives/817/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
