JEP's Diary

Xcode Device "000의 iPhone" isn't registered in your developer account. 본문

Development/iOS

Xcode Device "000의 iPhone" isn't registered in your developer account.

지으니88 2024. 1. 26. 10:02

 

Xcode 에서 테스트폰으로 바로 설치를 위해서 Device 등록을 진행했다.

 

먼저 Xcode에서 해당 프로젝트를 클릭한 다음 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버튼을 클릭해 등록을 시도했는데 등록후에 상태가 이미 있는 디바이스 ID라고 나오는 것이다.

 

그래서 developer 사이트에 들어가 확인해보니 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.

 

 

https://developer.apple.com/help/account/reference/device-registration-updates/

 

Reference - Account - Apple Developer

Reference Device registration updates You need a registered device to create a development or ad hoc provisioning profile. To register a device using your developer account, you need to have the device name and device ID. Temporary processing and ineligibl

developer.apple.com

 

 

내용을 살펴보니 테스트 디바이스가 11대 이상부터 등록되는데 시간이 걸리는데 24시간 ~ 72시간까지 소요될 수 있다.

 

이번 경우는 24시간이 지났을때는 아직 Processing 상태였는데 30시간이 지난시점에 확인했을때는 등록이 완료되었다!

 

 

 

 

 

'Development > iOS' 카테고리의 다른 글

Cocoapods Private Pods  (0) 2023.07.27
Concurrency(1)  (0) 2023.04.18
WalletConnect (1)  (0) 2023.04.14
WalletConnect(2)  (0) 2023.04.14
Combine  (0) 2022.10.27