<?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/"
	>

<channel>
	<title>Kamran Kazempour Blog</title>
	<atom:link href="http://kamran.kazempour.ca/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://kamran.kazempour.ca/blog</link>
	<description>Welcome to the blog of Kamran Kazempour</description>
	<pubDate>Wed, 01 Sep 2010 00:18:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google StreetView not working with Safari Click to Flash</title>
		<link>http://kamran.kazempour.ca/blog/2010/08/27/google-streetview-not-working-with-safari-click-to-flash/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/08/27/google-streetview-not-working-with-safari-click-to-flash/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 22:22:53 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ClickToFlash]]></category>

		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/?p=316</guid>
		<description><![CDATA[Add this url to your whitelist:maps.gstatic.comand it will work.No other url required.
from: ﻿https://rentzsch.lighthouseapp.com/projects/24342/tickets/716-google-maps-street-view-doesnt-work-anymore#ticket-716-7
]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: 'Helvetica Neue', 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif; color: #555555; font-size: 12px; line-height: 18px;">Add this url to your whitelist:<br /><strong>maps.gstatic.com</strong><br />and it will work.<br />No other url required.</span></p>
<p>from: <a href="https://rentzsch.lighthouseapp.com/projects/24342/tickets/716-google-maps-street-view-doesnt-work-anymore#ticket-716-7">﻿https://rentzsch.lighthouseapp.com/projects/24342/tickets/716-google-maps-street-view-doesnt-work-anymore#ticket-716-7</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/08/27/google-streetview-not-working-with-safari-click-to-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m Facebook free</title>
		<link>http://kamran.kazempour.ca/blog/2010/08/27/im-facebook-free/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/08/27/im-facebook-free/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 20:48:19 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/?p=314</guid>
		<description><![CDATA[August: 27, 2010: I deactivated my facebook account today and life is soooooo much better. Facebook makes money off of me wasting my time and in return it gave me very little value.

 
 
Update August 31, 2010: Life is soo much better!!!!
]]></description>
			<content:encoded><![CDATA[<p>August: 27, 2010: I deactivated my facebook account today and life is soooooo much better. Facebook makes money off of me wasting my time and in return it gave me very little value.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="facebook-murder.jpg" src="http://kamran.kazempour.ca/blog/wp-content/uploads/2010/08/facebook-murder.jpg" border="0" alt="facebook-murder.jpg" width="400" height="400" /></p>
<p> </p>
<p> </p>
<p>Update August 31, 2010: Life is soo much better!!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/08/27/im-facebook-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UISegmentedControl tint and color</title>
		<link>http://kamran.kazempour.ca/blog/2010/08/27/uisegmentedcontrol-tint-and-color/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/08/27/uisegmentedcontrol-tint-and-color/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 17:19:16 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Objective C]]></category>

		<category><![CDATA[Xcode]]></category>

		<category><![CDATA[iPhone SDK]]></category>

		<category><![CDATA[IB]]></category>

		<category><![CDATA[Interface Builder]]></category>

		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/?p=309</guid>
		<description><![CDATA[ 
﻿﻿Trying to get a UISegmentedControl tint to show up on iPad&#8230; was not working then I looked at the build logs:

Tint color is only supported with bar style segmented controls.
Bezeled style segmented controls are not available on iPhone OS versions prior to 4.0

iPad currently runs OS 3.2
 
 
]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><img style="float: right;" title="UISegmentedControl.png" src="http://kamran.kazempour.ca/blog/wp-content/uploads/2010/08/uisegmentedcontrol.png" border="0" alt="UISegmentedControl.png" width="301" height="802" />﻿﻿Trying to get a UISegmentedControl tint to show up on iPad&#8230; was not working then I looked at the build logs:</p>
<blockquote>
<p style="font-family: Helvetica; font-size: medium;">Tint color is only supported with bar style segmented controls.</p>
<p style="font-family: Helvetica; font-size: medium;">Bezeled style segmented controls are not available on iPhone OS versions prior to 4.0</p>
</blockquote>
<p style="font-family: Helvetica; font-size: medium;">iPad currently runs OS 3.2</p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/08/27/uisegmentedcontrol-tint-and-color/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iOS 4 Passcode Lock - only Immediately</title>
		<link>http://kamran.kazempour.ca/blog/2010/06/21/ios-4-passcode-lock-only-immediately/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/06/21/ios-4-passcode-lock-only-immediately/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 22:40:26 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Auto-Lock]]></category>

		<category><![CDATA[iOS4]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/?p=304</guid>
		<description><![CDATA[I&#8217;m just wondering if anyone else has see them. My Auto-Lock can&#8217;t be selected, and the only option for the passcode lock time is Immediately.
I installed iOS 4 (GM) from WWDC did a clean install and checked the pass-code option, it was fine. Then, when I installed just my apps and content it locked me [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just wondering if anyone else has see them. My Auto-Lock can&#8217;t be selected, and the only option for the passcode lock time is Immediately.</p>
<p>I installed iOS 4 (GM) from WWDC did a clean install and checked the pass-code option, it was fine. Then, when I installed just my apps and content it locked me out again. I didn&#8217;t install from backup.</p>
<p>I&#8217;m wondering if it has something to do with my profiles&#8230; Although I did check some other people&#8217;s iPhones at WWDC and did not have this problem.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="IMG_0029.PNG" src="http://kamran.kazempour.ca/blog/wp-content/uploads/2010/06/img-0029.png" border="0" alt="IMG_0029.PNG" width="320" height="480" /></p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="IMG_0028.PNG" src="http://kamran.kazempour.ca/blog/wp-content/uploads/2010/06/img-0028.png" border="0" alt="IMG_0028.PNG" width="320" height="480" /></p>
<p> </p>
<p><strong>Update: </strong>Turns out Google&#8217;s Exchange policy is to blame -</p>
<p><span style="font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; border-collapse: collapse; color: #333333; font-size: 12px; line-height: 16px;">&#8220;Exchange servers can require that devices have specific auto-lock settings. iPhone honors those settings. If a particular Exchange server requires that you have auto-lock set to 1 minute, then your auto-lock will be set to 1 minute, and you cannot change it as long as your iPhone uses that Exchange account.&#8221; ﻿</span></p>
<p><span style="font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; border-collapse: collapse; color: #333333; font-size: 12px; line-height: 16px;"><a href="http://www.google.com/support/forum/p/Google+Mobile/thread?tid=01ae1e93566db98a">http://www.google.com/support/forum/p/Google+Mobile/thread?tid=01ae1e93566db98a﻿</a><br /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/06/21/ios-4-passcode-lock-only-immediately/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Matt Drance on WWDC10</title>
		<link>http://kamran.kazempour.ca/blog/2010/06/15/matt-drance-on-wwdc10/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/06/15/matt-drance-on-wwdc10/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 21:55:46 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/?p=300</guid>
		<description><![CDATA[This is not exactly that accurate. It&#8217;s true, I was  surprised to see a Microsoft Bing demo&#8230;. and I hate Microsoft more than the next guy, but, I just felt so bad for this little girl on stage trying to get this demo to work with a room of 5000 Apple folks all thinking the [...]]]></description>
			<content:encoded><![CDATA[<p>This is not exactly that accurate. It&#8217;s true, I was  surprised to see a Microsoft Bing demo&#8230;. and I hate Microsoft more than the next guy, but, I just felt so bad for this little girl on stage trying to get this demo to work with a room of 5000 Apple folks all thinking the same thing&#8230; &#8216;well, that&#8217;s par for the MS course&#8217;. I mean lets be honest, what true Apple fanboy does not want to see MS fail but when that demo finally worked after like the 10th time we all applauded because we were so relieved that her.</p>
<p> </p>
<p>I think the feeling in the room after the demo was more: Microsoft is still making crap even when you give them a great platform and I hope that girl does not kill herself.</p>
<p> </p>
<p><a href="http://www.appleoutsider.com/2010/06/15/wwdc10/">Matt Drance on WWDC10</a>: &#8220;</p>
<p>Spot-on analysis from Matt Drance:</p>
<blockquote>
<p>One can’t help but appreciate the irony here. The initial   friendship between Apple and Google was surely inspired in part by   a common rival in Microsoft. Now the tables have turned, with   Apple and Microsoft sharing the stage against Google. The reversal   is so severe that a busted Bing demo in a later session drew heavy   applause upon finally working. A WWDC audience would not have been   so kind to Microsoft in earlier years.</p>
</blockquote>
<div><a title="Permanent link to ‘Matt Drance on WWDC10’" href="http://daringfireball.net/linked/2010/06/15/drance-wwdc10"> ★ </a></div>
<p>&#8220;</p>
<p> </p>
<p>(Via <a href="http://daringfireball.net/">Daring Fireball</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/06/15/matt-drance-on-wwdc10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Ad Hoc Build</title>
		<link>http://kamran.kazempour.ca/blog/2010/05/21/iphone-ad-hoc-build/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/05/21/iphone-ad-hoc-build/#comments</comments>
		<pubDate>Fri, 21 May 2010 21:06:51 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[Xcode]]></category>

		<category><![CDATA[iPhone SDK]]></category>

		<category><![CDATA[Ad Hoc]]></category>

		<category><![CDATA[Build]]></category>

		<category><![CDATA[Entitlements﻿.plist]]></category>

		<category><![CDATA[Provisioning]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/?p=297</guid>
		<description><![CDATA[So debugging why an Ad Hoc build is not working on your client&#8217;s device is not easy. As you already know there are ton of files that need to be just right for the process to be successful. On top of that if you are passing the Ad Hoc .app files back and forth using [...]]]></description>
			<content:encoded><![CDATA[<p>So debugging why an Ad Hoc build is not working on your client&#8217;s device is not easy. As you already know there are ton of files that need to be just right for the process to be successful. On top of that if you are passing the Ad Hoc .app files back and forth using something like <a href="http://www.DropBox.com">DropBox</a> there other errors you can see like: <a href="http://kamran.kazempour.ca/blog/2010/05/21/the-application-myapp-was-not-installed-on-the-ipod-device-name-because-its-resources-have-been-modified/">The application “myApp” was not installed on the ipod “device name” because its resources have been modified</a>.</p>
<p>I&#8217;m not going to go into everything here, I&#8217;m just going to tell you the steps I took, show you my settings and point you to some resources.</p>
<h2>Check the obvious</h2>
<p>You must be able to build your app to your device first.</p>
<p>Go to the  <a href="https://developer.apple.com/iphone/manage/provisioningprofiles/viewDistributionProfiles.action">iPhone Provisioning Portal &gt; Provisioning &gt; Distribution Tab</a> and make sure that all your UDID for your devices are in that Provisioning Profile. Download and install that .mobileprovision file by double clicking on it. . You will also give this .mobileprovision﻿ to your Ad Hoc testers.</p>
<h2>Get the Ad Hoc Xcode Target Build Setting right</h2>
<p>In Xcode double click on your target and check it against these screenshots. Since this is an AD Hoc build you want to make sure you select <strong>iPhone Distribution .</strong> You also want to make sure you have setup your Signing Entitlements properly ( Check the first link in the resources ) only for the Ad Hoc Configuration.﻿﻿﻿</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Screen shot 2010-05-21 at 12.36.09 PM.png" src="http://kamran.kazempour.ca/blog/wp-content/uploads/2010/05/screen-shot-2010-05-21-at-123609-pm.png" border="0" alt="Target Info" width="1136" height="720" /></p>
<p><strong>Important</strong>: If you set the Entitlements entry for Ad Hoc configuration make sure it is unset for Debug and/or Release configurations. Otherwise you will see:</p>
<p>Error launching remote program: failed to get the task for process﻿</p>
<p>After some trial and error I found using the <strong>Automatic Profile Selector (Recommended) </strong>-&gt; <strong>iPhone Distribution</strong> under the Code Signing -&gt; Code Signing Identity worked the best.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Screen shot 2010-05-21 at 12.36.11 PM.png" src="http://kamran.kazempour.ca/blog/wp-content/uploads/2010/05/screen-shot-2010-05-21-at-123611-pm.png" border="0" alt="Code Signing " width="774" height="322" /></p>
<h2>Testing your Ad Hoc Build</h2>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Screen shot 2010-05-21 at 2.01.29 PM.png" src="http://kamran.kazempour.ca/blog/wp-content/uploads/2010/05/screen-shot-2010-05-21-at-20129-pm.png" border="0" alt="Building Xcode" width="148" height="53" /></p>
<p>If you are doing an Ad Hoc build don&#8217;t bother doing a &#8216;Build &amp; Run&#8217; from Xcode. Ad Hoc builds are meant to be sent to a tester so what you want to do is a &#8216;Build&#8217; and go to you build dir inside of your Xcode project, take the .app file from inside the &#8216;Ad Hoc-iphoneos﻿&#8217; folder and follow the instruction from the link below: Apple - ﻿iPhone Development Guide -﻿ Publishing Applications for Testing﻿﻿ - Instructions for Application Testers.</p>
<p><span style="font-size: 18px; font-weight: bold;">Resources </span></p>
<ul>
<li>Ad Hoc distribution of an iPhone application: <a href="http://bluxte.net/musings/2009/05/17/ad-hoc-distribution-iphone-application">http://bluxte.net/musings/2009/05/17/ad-hoc-distribution-iphone-application﻿</a></li>
<li>Apple - iPhone Development Guide - Configuring Applications: <a href="http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/115-Configuring_Applications/configuring_applications.html">http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/115-Configuring_Applications/configuring_applications.html﻿</a></li>
<li>Apple - ﻿iPhone Development Guide -﻿ Publishing Applications for Testing﻿: <a href="http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/145-Publishing_Applications_for_Testing/user_testing.html">http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/145-Publishing_Applications_for_Testing/user_testing.html﻿</a></li>
<li><a href="http://furbo.org/2008/08/06/beta-testing-on-iphone-20/" target="_blank">http://furbo.org/2008/08/06/beta-testing-on-iphone-20/</a></li>
</ul>
<h3>What to give to your client</h3>
<p>Apple - ﻿iPhone Development Guide -﻿ Publishing Applications for Testing﻿﻿ - Instructions for Application Testers: <a href="http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/145-Publishing_Applications_for_Testing/user_testing.html#//apple_ref/doc/uid/TP40007959-CH10-SW9">http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/145-Publishing_Applications_for_Testing/user_testing.html#//apple_ref/doc/uid/TP40007959-CH10-SW9﻿</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/05/21/iphone-ad-hoc-build/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The application &#8220;myApp&#8221; was not installed on the ipod &#8220;device name&#8221; because its resources have been modified</title>
		<link>http://kamran.kazempour.ca/blog/2010/05/21/the-application-myapp-was-not-installed-on-the-ipod-device-name-because-its-resources-have-been-modified/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/05/21/the-application-myapp-was-not-installed-on-the-ipod-device-name-because-its-resources-have-been-modified/#comments</comments>
		<pubDate>Fri, 21 May 2010 19:19:46 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[Xcode]]></category>

		<category><![CDATA[iPhone SDK]]></category>

		<category><![CDATA[Ad Hoc]]></category>

		<category><![CDATA[Build]]></category>

		<category><![CDATA[DropBox]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/?p=290</guid>
		<description><![CDATA[I was doing an iPhone Ad Hoc build for a client and we came up against this error. Client and I are using DropBox to send the Ad Hoc .app builds back and forth. Randomly we would see this error:
The application "myApp" was not installed on the ipod "device name" because its resources have been [...]]]></description>
			<content:encoded><![CDATA[<p>I was doing an iPhone Ad Hoc build for a client and we came up against this error. Client and I are using <a href="http://dropbox.com/">DropBox</a> to send the Ad Hoc .app builds back and forth. Randomly we would see this error:</p>
<p><code>The application "myApp" was not installed on the ipod "device name" because its resources have been modified﻿</code></p>
<p>Turns out that DropBox touches the files inside of the .app in some way. The fix is to zip or Archive your .app and then put it up on DropBox.</p>
<p> </p>
<p>Resource: <a href="http://stackoverflow.com/questions/2819492/app-not-installed-because-its-resources-have-been-modified">http://stackoverflow.com/questions/2819492/app-not-installed-because-its-resources-have-been-modified﻿</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/05/21/the-application-myapp-was-not-installed-on-the-ipod-device-name-because-its-resources-have-been-modified/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wayfinding iPhone</title>
		<link>http://kamran.kazempour.ca/blog/2010/05/13/wayfinding-iphone/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/05/13/wayfinding-iphone/#comments</comments>
		<pubDate>Thu, 13 May 2010 18:11:59 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[Wayfinding]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/?p=288</guid>
		<description><![CDATA[Browse over to http://www.myphoneEvolution.com/ 
and http://www.myphoneEvolution.com/blog to see our iPhone wayfinding applications  
]]></description>
			<content:encoded><![CDATA[<p>Browse over to <a href="http://www.myphoneEvolution.com/ ">http://www.myphoneEvolution.com/ </a><br />
and <a href="http://www.myphoneEvolution.com/blog">http://www.myphoneEvolution.com/blog</a> to see our iPhone wayfinding applications  </p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/05/13/wayfinding-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recursively remove all .svn directories</title>
		<link>http://kamran.kazempour.ca/blog/2010/05/09/recursively-remove-all-svn-directories/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/05/09/recursively-remove-all-svn-directories/#comments</comments>
		<pubDate>Mon, 10 May 2010 06:39:04 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Technical]]></category>

		<category><![CDATA[SVN]]></category>

		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/2010/05/09/recursively-remove-all-svn-directories/</guid>
		<description><![CDATA[find . -name .svn -print0 &#124; xargs -0 rm -rf
]]></description>
			<content:encoded><![CDATA[<p><code>find . -name .svn -print0 | xargs -0 rm -rf</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/05/09/recursively-remove-all-svn-directories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[UITableViewController loadView] loaded the &#8220;RootViewController&#8221; nib but didn&#8217;t get a UITableView.&#8217;</title>
		<link>http://kamran.kazempour.ca/blog/2010/04/12/uitableviewcontroller-loadview-loaded-the-rootviewcontroller-nib-but-didnt-get-a-uitableview/</link>
		<comments>http://kamran.kazempour.ca/blog/2010/04/12/uitableviewcontroller-loadview-loaded-the-rootviewcontroller-nib-but-didnt-get-a-uitableview/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 07:40:08 +0000</pubDate>
		<dc:creator>Kamran Kazempour</dc:creator>
		
		<category><![CDATA[Objective C]]></category>

		<category><![CDATA[iPhone SDK]]></category>

		<category><![CDATA[RootViewController]]></category>

		<category><![CDATA[UITableViewController]]></category>

		<category><![CDATA[UIViewController]]></category>

		<guid isPermaLink="false">http://kamran.kazempour.ca/blog/?p=281</guid>
		<description><![CDATA[The full error message was: 
2010-04-11 20:17:53.607 myAppName[10228:207] *** Terminating app due to uncaught exception &#8216;NSInternalInconsistencyException&#8217;, reason: &#8216;-[UITableViewController loadView] loaded the &#8220;RootViewController&#8221; nib but didn&#8217;t get a UITableView.&#8217;
Turns out the fix was to change: 
@interface RootViewController : UITableViewController &#60;MKMapViewDelegate, CLLocationManagerDelegate&#62; {

to:
@interface RootViewController : UIViewController &#60;MKMapViewDelegate, CLLocationManagerDelegate&#62; 
]]></description>
			<content:encoded><![CDATA[<p>The full error message was: </p>
<p><span id="code">2010-04-11 20:17:53.607 myAppName[10228:207] *** Terminating app due to uncaught exception &#8216;NSInternalInconsistencyException&#8217;, reason: &#8216;-[UITableViewController loadView] loaded the &#8220;RootViewController&#8221; nib but didn&#8217;t get a UITableView.&#8217;</span></p>
<p>Turns out the fix was to change: </p>
<p><span id="code">@interface RootViewController : UITableViewController &lt;MKMapViewDelegate, CLLocationManagerDelegate&gt; {<br />
</span><br />
to:</p>
<p><span id="code">@interface RootViewController : UIViewController &lt;MKMapViewDelegate, CLLocationManagerDelegate&gt; </span></p>
]]></content:encoded>
			<wfw:commentRss>http://kamran.kazempour.ca/blog/2010/04/12/uitableviewcontroller-loadview-loaded-the-rootviewcontroller-nib-but-didnt-get-a-uitableview/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
