magicalpanda / MagicalRecord

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

MagicalRecord/MagicalRecordShorthandMethodAliases.h not found in v2.3.2 #1282

Closed RenugaMohan closed 5 years ago

RenugaMohan commented 7 years ago

In my pods, MagicalRecord/MagicalRecordShorthandMethodAliases.h is missing. Im using MagicalRecord version 2.3.2

Coeur commented 5 years ago

It is provided as a separate subspec, so you need to write this in your Podfile:

pod 'MagicalRecord'
pod 'MagicalRecord/ShorthandMethodAliases'