vlasov / CCBottomRefreshControl

MIT License
319 stars 77 forks source link

Build fails #37

Open crspybits opened 6 years ago

crspybits commented 6 years ago

I tried to build this project with Xcode 9 after doing a pod install. I get:

ld: library not found for -lPods
johnny77221 commented 6 years ago

Maybe you can try:

  1. delete workspace
  2. delete pod project
  3. update cocoapods
  4. run a clean pod install
jaybowang commented 6 years ago

Remove libPods.a in Linked Frameworks and Libraries.

remove-libpods a