Xcode에서 디바이스에 바로실행하게 위해서 Device를 연결후 Run을 하려는데 빌드에러 실패를 했다.
에러를 따라가보니 Signing & Capabilities 에서 해당 디바이스가 등록되지 않았다는 메시지를 만났다.
처음 실행해본 디바이스라서 해당 메시지를 만나게 . 된것이다.
Device "000의 iPhone" isn't registered in your developer account.
The device must be registered in order to be included in a provisioning profile
해결방법은 디바이스를 등록하면 된다.
친절하게도 Register Device 라는 버튼이 제공되어 바로 클릭 했다.
그리고 빌드하는데 다시 또 실패다.
또 다시 Register Device 버튼을 누르니 이번엔 이미 등록된 메시지라고 나온다.
등록이 됐다고 하니 다시 실행하는데 또 Register Device 버튼이 없어지질 않는다....
이제서야 구글링을 해보니 디바이스 등록되는데 시간이 24시간에서 최대 72시간이 걸린다는 메시지를 발견했다.
이런게 언제생긴거지?!!
Apple Developer 사이트에서 등록된 Device 목록을 보니 해당 Device가 STATUS가 Processing으로 되어 있었다.
그럼 결국 기다려야 할 문제..
Registration is being processed for these devices. They may become available for development and ad hoc distribution in 24 to 72 hours. Changes to device availability will appear in the Status column.
결국에는 30시간 정도 지났을때 Device등록이 완료 되었다!
참고
https://developer.apple.com/help/account/reference/device-registration-updates
'Development' 카테고리의 다른 글
OAuth2.0 동작 흐름 알아보기 (0) | 2024.10.20 |
---|---|
OpenID Connect 와 Auth2.0 (0) | 2024.10.19 |
Android12 SplashScreen 대응 방법 (feat. 앱 실행상태) (0) | 2024.07.30 |
Flutter In iOS 14+, debug mode Flutter apps can only be launched from Flutter tooling 오류를 만난 이유 (1) | 2024.06.08 |
Xcode iCloud의 Key-Value storage 여러앱에서 사용하기 (0) | 2024.05.11 |