2

I just upgraded Cocoapods and ran a pod install. after doing a hard clean and build I'm getting the following error:

ld: library not found for -lPods-HHRouter clang: error: linker command failed with exit code 1 (use -v to see invocation) 

I tried removing every reference to HHRouter and pulling the pod. It moved on to give me an error about another pod.

Here is what my podfile looks like: platform :ios, '8.0' # ignore all warnings from all pods inhibit_all_warnings! pod 'JDStatusBarNotification' pod 'HHRouter', '~> 0.1' pod 'ViewDeck', '2.2.11' pod 'IQKeyboardManager' pod 'MagicalRecord' pod 'RSKImageCropper', '1.0.0' pod 'UICollectionViewLeftAlignedLayout' pod 'FLAnimatedImage', '~> 1.0' pod 'CRToast', '~> 0.0.7' pod 'SDWebImage', '~>3.7' 

Am I missing anything?

6
  • getting same error after updating to pods 0.38. Did you find solution? Commented Jul 24, 2015 at 19:52
  • Nope, Although 0.38.1 is out now and I get a different issue. I get the a "Use of unresolved identifier '(every pod)'" Commented Jul 24, 2015 at 22:29
  • I am back to the original error with 0.38.2 Commented Jul 27, 2015 at 16:18
  • 1
    getting this error as well, downgrading to 0.37.2 fixed it for now. Commented Aug 17, 2015 at 19:50
  • @Jeremiah - you got any fix? I also facing similar issue with this stupid update. Commented Aug 25, 2015 at 5:04

1 Answer 1

1

I deleted all the settings behind Other Linker Flags, except $(inherited), and it went well.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.