project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

For One to Many relationship . Can not fetch objects if there is no inverse relationship betweem them #296

Open aliakhtar49 opened 6 years ago

aliakhtar49 commented 6 years ago

For One to One relationship , if there is no inverse relationship fetch works fine . For One to Many relationship , if there is no inverse relationship fetch won't work (return nil objects)

spell931 commented 3 years ago

@aliakhtar49 have you been able to find a solution to this problem?