magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Terminating app due to uncaught exception 'NSInvalidArgumentException': unrecognized selector sent to instance' #1248

Open umairxiq opened 8 years ago

umairxiq commented 8 years ago

App crashes if i am using Ordered set on following line:

NSString *selectorName = [[relationshipInfo name] stringByAppendingString:@"Set"];

vitalys commented 8 years ago

This is a known problem: https://github.com/magicalpanda/MagicalRecord/issues/933 https://github.com/magicalpanda/MagicalRecord/issues/996