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

前端 未结 6 1204
伪装坚强ぢ
伪装坚强ぢ 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:21

    For the current version of Xcode, you just need to click on the project, then change the name in the file inspector. Or you can right-click on project, and there will be a "Renaming a project" in the help dialog.

提交回复
热议问题