.app file not found in Derived Data

后端 未结 7 1609
傲寒
傲寒 2021-01-01 19:59

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

7条回答
  •  爱一瞬间的悲伤
    2021-01-01 20:22

    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/

提交回复
热议问题