잡초의 일지

[Swift] [SwiftUI] Xcode 디바이스 빌드 The maximum number of apps for free development profiles has been reached. 오류 본문

[코딩] 배우는것/SwiftUI

[Swift] [SwiftUI] Xcode 디바이스 빌드 The maximum number of apps for free development profiles has been reached. 오류

JabCho 2020. 8. 6. 00:29
728x90
반응형
SMALL

codershigh.dscloud.biz:30004/t/ios-code-signing/208

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

 

The maximum number of apps for free development profiles has been reached. Xcode 11.5

I updated Xcode to 11.5 from 11.4 soon after the update I'm unable to run the apps on my physical device which is also currently running the latest IOS 13.5. When I try running the app an error sho...

stackoverflow.com

 

Xcode에서 디바이스에 빌드하려고 하면, 오류가 나고, 콘솔에 The maximum number of apps for free development profiles has been reached. 라면서 뭐라고 쫙 뜬다. 이러이러한 앱들이 깔려있어서 빌드를 못한다는 것이다. 

 

일단, 애플은 실제 디바이스에 앱을 다운받는것에 제한을 둔다. (1년에 99달러였나 내고 개발자 등록을 하면 제한이 없다.)1주일에 10번만 다운할 수 있고, 앱 하나당 1주일동안 사용가능하다.

 

근데 나는 오랫동안 디바이스빌드를 하지도 않았는데 이런 오류가 났다.

 

그 이유는 아래와 같았다....

사용하지 않는 앱을 정리시켜놓으면 그게 apps free development profiles에 counting되어서 에러를 나타나게 한다..(위에 사진같은 모양)

즉, 정리된 앱(위의사진같은걸 달고있는친구)이 내가 Xcode에서 다운한 앱으로 인식해서 오류가 나는거였다.. 

와.. 진짜 이거 고치는 방법 찾느라고 몇주를 .....!

 

하... 난 진짜 뭐가 잘못된줄 알았는데 이런 어이없는 오류때문이었다니... 

 

그럼 이제 고쳐보자....

이 기회에 안쓰는 앱 정리좀 했다...

 

위에 링크대로 해봤다.

 

예전처럼 잘 깔린다!!!! 이제 앞으로 일주일동안 다운할 수 있는 갯수가 9개 남았으니까 잘 계산해서 써야겠다!

 

그런데 무조건 이렇게 지워야 하는 방법밖엔 없는건가.....

이.. 오류를... 음...빨리 해결해줬으면 좋겠다..

 

728x90
반응형
LIST

'[코딩] 배우는것 > SwiftUI' 카테고리의 다른 글

[Swift] [SwiftUI] @ViewBuilder  (0) 2020.07.27
[SiwftUI] @escaping  (0) 2020.07.23
[Swift] [SwiftUI] TabView 스타일. 설명.  (0) 2020.02.11
[Swift] [SwiftUI] Picker, TextField  (0) 2020.02.11
Comments