시뮬레이터 테스트시 발생되었던 문제로
스택오버플로우를 보고 이것저것 해봤는데 해결이 되지 않았고
(시뮬레이터 리셋, 프로젝트 클린 등등)
아래 답변중 알파벳 관련 문제인것같아 보였고
https://stackoverflow.com/questions/47760643/xcode-this-app-could-not-be-installed-at-this-time
When you use letters which is not the alphabet for Display name, this error might occur. For more information take a look at this. Xcode11でCould not hardlink copyってエラーが出る
다음과 같은 방법으로 처리하였다.
1) Product Name 값을 변경해준다
PROJECT > TARGETS > Build Settings > Packaging > Product Name = 앱이름(한글)을 넣어주었다.
2) 앱이름이 변경되었는지 값을 확인한다
PROJECT > TARGETS > Identity > Display Name
누군가에게 도움이 되길 바라며..
Sol)
1) Modify Product Name properties
PROJECT > TARGETS > Build Settings > Packaging > Product Name = YOUR APP NAME
2) Check the display name has changed
(PROJECT > TARGETS > Identity > Display Name)