# error


Unable to install "Runner"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620383
Recovery Suggestion: Please delete apps signed with your free account from this device to remain under the limit.

--
The maximum number of apps for free development profiles has been reached.
Domain: com.apple.dt.MobileDeviceErrorDomain

의역

  • "Runner"를 설치 할 수 없음
  • domain: com.apple.dt.MobileDeviceErrorDomain
  • 복구 제안: 이 장치에서 무료 계정으로 서명된 앱을 삭제하여 한도 미만으로 유지하십시오.
  • 무료 개발 프로필의 최대 앱 수에 도달했습니다.

원인

  • Apple은 무료 개발자 계정이 기기에 3개의 앱만 설치할 수 있도록 제한합니다.

# 앱 확인 (console)

1) cmd + spacebar -> console.app

2) iPhone device 선택

3) 필터 MIFreeProfileValidatedAppTracker 걸고 시작 + xcode에서 앱 실행


0x16d727000 -[MIFreeProfileValidatedAppTracker _onQueue_addReferenceForApplicationIdentifier:bundle:error:]: 183: This device has reached the maximum number of installed apps using a free developer profile: {(
"35AK62L77K.com.adbr.fill",
"35AK62L77K.com.adbr.fillborabora",
"35AK62L77K.com.example.protoFcPill"
)}

# solution delete app

xcode

제가 실수로 2개 지워서.. 1개만 남았어용..!
원래 console에 있는대로 3개가 떠있었습니다. (앱이름이 같아보이지만 Identifier가 다름)


cf.
https://stackoverflow.com/questions/61953293/the-maximum-number-of-apps-for-free-development-profiles-has-been-reached-xcode/61978102#61978102

profile
𝙸 𝚊𝚖 𝚊 𝚌𝚞𝚛𝚒𝚘𝚞𝚜 𝚍𝚎𝚟𝚎𝚕𝚘𝚙𝚎𝚛 𝚠𝚑𝚘 𝚎𝚗𝚓𝚘𝚢𝚜 𝚍𝚎𝚏𝚒𝚗𝚒𝚗𝚐 𝚊 𝚙𝚛𝚘𝚋𝚕𝚎𝚖. 🇰🇷👩🏻‍💻

0개의 댓글