Xcode에 개발 팀이 표시되지 않음
저는 자영업 iOS 개발자이므로 iOS 배포 멤버십이 있습니다.
며칠 동안 팀에서 개발자로 일하고 있습니다. 내 Apple 계정이 iTunes Connect / 사용자 및 역할에 추가되었습니다. 현재 개발중인 앱의 세부 정보에 액세스 할 수 있기 때문에 작동합니다.
그러나 Xcode에서 올바르게 가져올 수 없습니다. 그래서 Xcode는 프로비저닝 프로파일이 없기 때문에 번들 ID가 올바르지 않다고 말합니다.
'프로젝트> 일반> 아이디> 팀'에서 내 계정 만 선택할 수 있고 내가 속한 새 팀이 보이지 않습니다. Xcode 환경 설정의 계정 페이지에서도 볼 수 없습니다.
팀 리더가 프로비저닝 프로파일을 작성했습니다. 문제가 해결되지 않았습니다.
질문 : Xcode에서 우리가 속한 새 팀을 추가하는 방법은 무엇입니까?
참고-마침내 Apple은이 광기를 해결할 것입니다.
2018 년에 마침내 수정하고 있습니다.
여기에 압도적 인 문제 :
애플은 완전히 다른 두 가지 기본 시스템을 가지고 있습니다.
- "developer.apple"시스템
그리고
-iTunes 연결 시스템
그들은 완전히 다릅니다. 일반적으로 두 가지 모두에 있어야합니다 .
이것은 전체 소프트웨어 산업에서 가장 혼란스럽고 우스꽝스러운 일입니다. 끝없는 혼란의 근원입니다.
이 페이지에서 문제가 발생하면 해결 방법의 99 %가 "iTunes Connect에 나를 추가했지만 개발자에 나를 추가하는 것을 잊었습니다 ..."또는 "나를 관리자로 지정하는 것을 잊었습니다. 다른."
기존 팀에 추가 된 경우 관리자 로 초대 요청
Apple 개발자 센터로 이동 : https://developer.apple.com/account
다시 한 번 developer.apple입니다.
아니
itunesconnect.apple !!!
developer.apple.com/account에 접속하면 오른쪽 상단의 올바른 팀에 있는지 확인합니다.
섹션으로 이동
관리자인지 확인하십시오.
여기에 모든 것이 괜찮다면. 따라서 완전히 XCode를 중지하고 다시 시작하십시오.
Preference-> Account에서 계정이 Xcode에 추가되었는지 확인하십시오.
그렇지 않은 경우 왼쪽 하단의 +를 클릭하고 계정을 추가하십시오.
이제 프로젝트에서 목표로 이동하십시오.
그리고 팀에서 새 팀이 나타나야합니다.
반복하려면
Apple에서는 '개발자'와 'ITUNES 연결'사이에 차이가 있습니다.
Your company has to invite you on the "developer thing" as shown in the images here. If you're "only" invited on the "itunes thing", nothing works. Really silly and bizarre, but that's how it is.
As of February 12th 2019, Apple now unified both AppStore Connect and developer.apple.com systems.
In order to add profile & certificates capabilities, you now need to go to AppStoreConnect (https://appstoreconnect.apple.com/access/users) and then click on the person. Scroll to the section "Developer Resources" and check the box
SOLUTION : My account was not added in the certificates page of the member center of the development team leader. He just added me and I received an invitation to join. It solved the problem since I can now select my team in Xcode.
For this you have to do following things:
- Check whether your apple ID is added into the team on Apple Developer portal with specific role. If not then it should be added.
- After that you have to add your apple account in the settings of the Xcode at following path. If added then remove and add again
Xcode -> Preferences -> Accounts -> Add the account by clicking on 'Plus' (+) button on the left botttom section
If this is done and still have a issue then regenerate the provisioning profile, install and use it.
It seems when Apple merged App Store Connect and Developer accounts, some accounts have been missed, like mine – In my case (I am part of a team, but not the account holder), I had to use a different solution:
- Check if your team shows up on https://appstoreconnect.apple.com (as entry in the menu in the top right corner)
- Check if your team shows up on https://developer.apple.com/account (as entry in the menu in the top right corner)
If the team is missing in one of the menus, let the account owner remove your membership in App Store Connect and re-invite you. After accepting your new invitation, the missing team should be displayed on both App Store Connect and the Developer portal. Now you can also use it in Xcode.
In addition of what @opyh said, your user must have checked the option "Access to certificates, identifiers and profiles." in https://itunesconnect.apple.com/access/users to see your own team.
그런 다음 xcode> target> team에 계정을 추가해야하며 사용자가 팀에 할당되었음을 표시합니다.
참고 URL : https://stackoverflow.com/questions/35674208/development-team-not-showing-in-xcode
'development' 카테고리의 다른 글
Pandas 데이터 프레임 열의 일부 값을 다른 값으로 바꾸기 (0) | 2020.12.07 |
---|---|
반복 암호를 확인하는 Angular 2 양식 (0) | 2020.12.07 |
상태 저장 위젯에 데이터 전달 (0) | 2020.12.07 |
DOM 노드 인덱스 찾기 (0) | 2020.12.07 |
HttpWebRequest 및 기본 GZip 압축 (0) | 2020.12.07 |