개발/Error Solved

[Xcode] Could not build the precompiled application for the device.

걍판자 2024. 9. 15. 14:43
반응형

Could not build the precompiled application for the device. ════════════════════════════════════════════════════════════════════════════════ Building a deployable iOS app requires a selected Development Team with a Provisioning Profile. Please ensure that a Development Team is selected by:

xcode에서 빌드중에 발생한 Error Message이다.


발생 원인

    • xcode에서 빌드 중 발생한 오류로, 계정관련 문제이다.

해결 방법

1. runner>signing & capitalbilities 항목으로 이동

2. 팀이 있다면 team 계정을 넣어주거나 아니면 본인은 개발자 apple id 를 빈 항목에 추가해준다.


결론

구글 플레이스토어와 달리 애플 앱스토어는 xcode에서 등록된 apple id로만 빌드된다. 이런 엄격함 때문에 본인의 애플 id를 제대로 설정해놓지 않았다면 어려움을 겪었을 수 있다.

반응형