Unit tests failing to run after app rename due to apple linker error

前端 未结 6 1210
伪装坚强ぢ
伪装坚强ぢ 2020-12-20 20:41

I recently changed the name of my app and now my unit tests are not running, I am getting an Apple linker error.

Any idea how to fix this? If I expand my \'Products

6条回答
  •  别那么骄傲
    2020-12-20 21:25

    The following solution works for me:

    -> Select your project

    -> select your projectTest file from TARGET

    -> In Host Application, select your project from dropdown only if it show custom

提交回复
热议问题