drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 132 forks source link

Ensembles does not build with pods any more since 1.6.2 #250

Closed JeanetteMueller closed 7 years ago

JeanetteMueller commented 7 years ago

Xcode cant find

import "CDEDefines.h"

drewmccormack commented 7 years ago

I just did a very quick test, setting up a new project, and using Cocoapods to install Ensembles at 1.6.2, and all worked fine. I'm attaching the project here in case it helps.

Test.zip

Some things to check:

  1. Is Cocoapods up to date? Use sudo gem install cocoapods to update.
  2. Look at the header search path for your target in Build Settings. Should include the paths in the attached screenshot.
screen shot 2017-03-30 at 08 30 15

If anyone else is having this issue, please chip in. And if there is a known solution, even better.

drewmccormack commented 7 years ago

One more question: Are you importing CDEDefines.h directly? You should generally just import Ensembles.h

JeanetteMueller commented 7 years ago

xcode glitch :(