Code Error in Asynchronous fetching of Chapter 4

Hello ,

I have trouble with the code following by tutorial core data regarding Asynchronous fetching in Chapter 4 as below snapshot .

Appriciated if you could help.

Thank you.

swiftError_chapter4

Line 61 has NSAsynchronousFetchResult, which should be NSAsynchronousFetchRequest

// 2
asyncFetchRequest =
NSAsynchronousFetchRequest<Venue>(

It doesn’t matter what name you give it; it matters what type you say it is.

Oh !! you’re right.
Thanks ^^

This topic was automatically closed after 166 days. New replies are no longer allowed.