Skip to content

Instantly share code, notes, and snippets.

@samkrishna
Created July 12, 2013 05:29
Show Gist options
  • Save samkrishna/5982083 to your computer and use it in GitHub Desktop.
Save samkrishna/5982083 to your computer and use it in GitHub Desktop.
CocoaPods and Unit Testing in Xcode 5

If your Unit Tests break, be sure to check out this link.

It usually means there's a non-included Pods configuration set in your Debug build. Be sure to scroll down for further information if you really need to look.

It might also be helpful to reference the Podfile depency declarations page just in case you've got to do some Podfile (or Pod) hacking.

Finally, don't forget to make sure the libPods.a file is added as a linked library to the Unit Tests bundle. That could cause problems too if it isn't.

@newmanw
Copy link

newmanw commented Feb 25, 2014

Where would I do this 'Finally, don't forget to make sure the libPods.a file is added as a linked library to the Unit Tests bundle. That could cause problems too if it isn't.'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment