CCBottomRefreshControl icon indicating copy to clipboard operation
CCBottomRefreshControl copied to clipboard

Build fails

Open crspybits opened this issue 7 years ago • 2 comments

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

ld: library not found for -lPods

crspybits avatar Sep 23 '17 02:09 crspybits

Maybe you can try:

  1. delete workspace
  2. delete pod project
  3. update cocoapods
  4. run a clean pod install

johnny77221 avatar Sep 29 '17 09:09 johnny77221

Remove libPods.a in Linked Frameworks and Libraries.

remove-libpods a

jaybowang avatar Nov 29 '17 12:11 jaybowang