I\'m running unit tests on my iOS project and when it\'s running, it crashes and spits this out:
dyld: could not load inserted library \'/private/var/mobile/
I fixed this by just creating a new UnitTest target, copying everything over, and removing the old one.