When trying to compile my project I am getting this error and am wondering if anyone knows how to fix it?
I\'ve read every answer on SO and elsewhere on the interne
This happens when you rename the main target, and the test target hasn't been updated. Check the build settings in the test target and make sure the paths are pointing to the new folders. For example, if you renamed the target SuperAwesome to just Super, your test target is expecting files in SuperAwesome.app/ folder when it should be updated to Super.app/