React Native로 만든 앱을 실제 핸드폰에 빌드하고싶어 xcode에서 빌드를 하였는데 에러가 났습니다.
"signing for requires a development team. Select a development team in the Signing & Capabilities editor."
개발자의 서명이 필요해서 나는 오류입니다.
해결
1. Xcode -> Preferences 접근
2. Accounts - Apple ID 등록
3. Signing & Capabilities 에서 Team 선택
이러면 해결됩니다!
하지만 저는 오류가 하나 더 있었습니다...
Failed to register bunle identifier
General에 있는 Bundle Identifier를 고유한 문자열로 변경하면 오류는 해결됩니다!