티스토리 뷰

반응형

error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.


외장하드로 운영체제를 옴기고 xCode 셋팅하던중 발생한 오류이다.


했던 방법으로는


1. 인증서 교체.

2. xocde > menu > preferences.. > Accounts > 아이디 삭제 및 재추가.

3. 키체인 인증서에서 해당 인증서 신뢰 옵션 변경 "시스템 초기 설정 사용" -> "항상 신뢰"

4. 재부팅 & xCode 재실행.

5. project TARGETS > app > Embedded Binaries에서 해당 위젯 제거 후 추가.

6. build option 변경.(Edit Scheme) > Run >  build Configuration (debug -> Release)


결론적으로 5번 이후 해결 됨.

나머지 셋팅들은 다시 원상복귀.

최후의 방안으로 앱 인증서 재발행하여 등록하려 했으나 수정되어 패스~



반응형
댓글
반응형