drewmccormack / ensembles

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

Where is *libensembles_ios.a* in build 2.3 #167

Closed Spokane-Dude closed 10 years ago

Spokane-Dude commented 10 years ago

I added ensembles to my app (version 1.2) using CocoaPods... When installing using CocoaPods, there is no folder created that is named ensembles, only one named pods. And I still have only one (1) target in the project; ensembles is missing.
screen shot 2014-07-12 at 10 48 56 am

drewmccormack commented 10 years ago

Does it build? Sometimes Xcode seems to look in the wrong place for libraries and show them missing. The real test is if it builds properly.

Remember, when using Cocoapods, you must use the Workspace it creates, not your own project.

Drew