opendoor_life

'개발자의 성장일기'가 되었으면 좋겠습니다만?

반응형

Xcode :: 실제 디바이스 빌드 실패 해결 (Invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user)

프로젝트를 새로 열어서 실제 디바이스에서 확인을 해보려고 했는데 왈라? 위와 같은 오류와 맞딱뜨렸다. Failure Reason Could not launch "ProjectName" The operation couldn’t be completed. Unable to launch opendoorLife.NavigationBarCheck because it has an invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user. 흠, 시뮬레이션에서 실행이 잘 되었던 프로젝트이기 때문에, 디바이스가 원인인 것 같았고 방법을 찾아보니 다행히 Apple Forum에 누군가 해결책을..

2021.03.18

Xcode 시뮬레이터 :: UI 노란색으로 나타나는 버그 초간단 해결방법 (Simulator with Yellow Navigation Bar, Status Bar, Tool Bar, Dock, Alert Popup)

Xcode와 Simulator가 12.3으로 업데이트된 후, 시뮬레이터 실행을 하면 iOS 앱 팝업화면 Alert Popup, 메인화면 하단 Dock, 화면 상단의 스테이터스 바 Status Bar, 네비게이션 바 Navigation Bar, 하단의 툴바 Tool Bar 등이 노란색으로 보이는 버그가 있다. 처음엔 오 이게 뭐지 하고 실제 디바이스에선 보이지 않아 무시하다가 슬슬 거슬려서 (아악 내 눈!) 애플 개발자 포럼에서 해결책을 찾게 되었다. 해결방법 1. Simulator를 활성화 시킨 후, 상단에 위치한 File > GPU selection > Prefer Integrated GPU 클릭 2. 시뮬레이터 내 설치된 앱 삭제 3. 시뮬레이터 재실행(Run, ReInstall) 짜잔 👀 편안.....

2021.01.21
반응형