Post

Replies

Boosts

Views

Activity

Reply to Core Data Fetching
See attached project with error below its not recognizing the Capital Class ! or the Capital entity ! "CoreData: warning: Unable to load class named 'Capital' for entity 'Capital'. Class not found, using default NSManagedObject instead." h ttps://www.dropbox.com/s/dkkfnyyhg6riyas/Core.zip?dl=0
Apr ’20
Reply to Core Data Fetching
The line that was not working was first line below, I get an error "Generic parameter 'ResultType' could not be inferred" then I managed to solve it with second line, but I dont reaaaly understand the error and the second line .. πŸ™‚First linelet students = NSFetchRequest(entityName: "Student")Second linelet students = NSFetchRequest<NSFetchRequestResult>(entityName: "Student")
Apr ’20