<?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: Swift Core Data From Scratch: Workshop 2	</title>
	<atom:link href="https://theapplady.net/swift-core-data-from-scratch-workshop-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://theapplady.net/swift-core-data-from-scratch-workshop-2/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Apr 2015 20:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>
		By: The Applady		</title>
		<link>https://theapplady.net/swift-core-data-from-scratch-workshop-2/#comment-20</link>

		<dc:creator><![CDATA[The Applady]]></dc:creator>
		<pubDate>Sun, 05 Apr 2015 20:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33742#comment-20</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theapplady.net/swift-core-data-from-scratch-workshop-2/#comment-19&quot;&gt;Dennis&lt;/a&gt;.

Hey Dennis!

The reason why you are getting above mentioned errors is because the &quot;entityName:&quot; on code line 03 should be Book; not Movie. Also, the &quot;key:&quot; on code line 07 should be bookTitle; not name. I updated the FETCHED MANAGED OBJECT section&#039;s source code; so the app should run now. 

Thank you for pointing out these error Dennis.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theapplady.net/swift-core-data-from-scratch-workshop-2/#comment-19">Dennis</a>.</p>
<p>Hey Dennis!</p>
<p>The reason why you are getting above mentioned errors is because the &#8220;entityName:&#8221; on code line 03 should be Book; not Movie. Also, the &#8220;key:&#8221; on code line 07 should be bookTitle; not name. I updated the FETCHED MANAGED OBJECT section&#8217;s source code; so the app should run now. </p>
<p>Thank you for pointing out these error Dennis.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dennis		</title>
		<link>https://theapplady.net/swift-core-data-from-scratch-workshop-2/#comment-19</link>

		<dc:creator><![CDATA[Dennis]]></dc:creator>
		<pubDate>Sat, 04 Apr 2015 14:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33742#comment-19</guid>

					<description><![CDATA[This is a great tutorial but i have run into a problem! :) everything is good up until the bit
&quot;OUPUT heading:  Now that you’ve added code in the BooksViewController.swift and modified the...&quot;and then it wont compile. 

I get the following error:
&quot;2015-04-04 10:35:46.511 SwiftCoreDataFromScratch[2204:448692] *** Terminating app due to uncaught exception &#039;NSInternalInconsistencyException&#039;, reason: &#039;NSFetchRequest could not locate an NSEntityDescription for entity name &#039;Movie&#039;&#039;

I&#039;m a bit confused about why the entity is called &quot;Movie&quot; in the code. I thought this was maybe a mistake so I changed it to &quot;Book&quot; but that still didnt compile either (when I changed it to &quot;Book&quot; I got the following compile error):
&quot;SwiftCoreDataFromScratch[2284:486866] *** Terminating app due to uncaught exception &#039;NSInvalidArgumentException&#039;, reason: &#039;keypath name not found in entity &#039;&quot;

I&#039;ve gone over it multiple times to make sure I have everything you specified and I think I have (but maybe I dont?) :) Can you help? Or maybe you have the source code from the end of the 2nd workshop so I can use that to continue with your workshops?

Thanks again, and great work on the workshop!
Dennis]]></description>
			<content:encoded><![CDATA[<p>This is a great tutorial but i have run into a problem! 🙂 everything is good up until the bit<br />
&#8220;OUPUT heading:  Now that you’ve added code in the BooksViewController.swift and modified the&#8230;&#8221;and then it wont compile. </p>
<p>I get the following error:<br />
&#8220;2015-04-04 10:35:46.511 SwiftCoreDataFromScratch[2204:448692] *** Terminating app due to uncaught exception &#8216;NSInternalInconsistencyException&#8217;, reason: &#8216;NSFetchRequest could not locate an NSEntityDescription for entity name &#8216;Movie&#8221;</p>
<p>I&#8217;m a bit confused about why the entity is called &#8220;Movie&#8221; in the code. I thought this was maybe a mistake so I changed it to &#8220;Book&#8221; but that still didnt compile either (when I changed it to &#8220;Book&#8221; I got the following compile error):<br />
&#8220;SwiftCoreDataFromScratch[2284:486866] *** Terminating app due to uncaught exception &#8216;NSInvalidArgumentException&#8217;, reason: &#8216;keypath name not found in entity &#8216;&#8221;</p>
<p>I&#8217;ve gone over it multiple times to make sure I have everything you specified and I think I have (but maybe I dont?) 🙂 Can you help? Or maybe you have the source code from the end of the 2nd workshop so I can use that to continue with your workshops?</p>
<p>Thanks again, and great work on the workshop!<br />
Dennis</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
