facebookarchive / Shimmer

An easy way to add a simple, shimmering effect to any view in an iOS app.
Other
9.35k stars 1.11k forks source link

FBShimmering/FBShimmeringView.h file not found #11

Closed Dalein closed 10 years ago

Dalein commented 10 years ago

When I try to compile Logo-iOS example project I see this error, what I'm doing wrong?

Dalein commented 10 years ago

https://www.dropbox.com/s/gubmhrwve6jzjo2/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202014-03-08%20%D0%B2%2014.51.40.png

grp commented 10 years ago

To build the example, you'll need to open the .xcworkspace rather than the .xcodeproj, so Xcode can build the library too. Definitely non-obvious — I'll see about adding a note about that to the README.