본문 바로가기

Mobile & Mac?/iphone Study

(3)
[내 에러]profile doesn't match application identifier 요렇게 나올때 Target 에서 get info 에서 Any iOS Device 에서 해당 키의 Device 선택 못할때.. (profile doesn't match application identifier 요렇게 나올때) 애플 개발자 등록사이트에서 new app ID 등록시 Bundle Identifier에서 com.test.test 라면 ~-info.plist의 Bundle identifier 부분에 com.test.{~~ 이렇게 남겨놓던가 com.test.test라고만 써준다. 번들아이디 생성시 예) 잘볼것. com.domain.appname … appname 이다.. 이것때문에도 큰 삽질 하나 함. 출처:http://cafe.naver.com/mcbugi?1293340078000 해당 오류 메시지는 provis..
device 직접실행시 에러 : Check dependencies [BEROR]Code Sign error: Provisioning profile Check dependencies [BEROR]Code Sign error: Provisioning profile ... 대처: http://dr-palaniraja.blogspot.com/2010/04/berorcode-sign-error-provisioning.html 요약: 디렉토리로 직접 가서 ~~..xcodeproj 파일 찾아서 '패키지 보기' 후 ~~~. pbxproj 파일을 찾아 텍스트로 열어, PROVISIONING_PROFILE 부분의 코드값(2~3군데)을 xcode의 organizer에서 왼쪽메뉴 'provisioning profiles' 클릭후 Profile Identifier 값으로 바꿔준다. 근본 해결은... The solution to the above error - Rename..
애플 개발자 인증서 첫 등록시 잘못해서 revoke 클릭후 어이없는 처리 ㅡ,.ㅡ http://www.iphoneos.co.kr/zbxe/?mid=tip&search_target=title_content&search_keyword=revoke&document_srl=3801 25일만에 개발자 승인 후 디바이스에서 직접 테스트 해보려 위 링크대로 인증서를 다운받다가 'revoke'를 실수로 클릭 ㅡㅡ; 그후 다시 살리면 되겠지 안일하게 다시 처음부터 시도. 오후 내내 시도해도 인증서가 생성되지 않음. https://developer.apple.com/ios/manage/overview/index.action 링크에서 키엑서스에서 만들어낸 인증서 업로드해도 안생김. (The Certificate file selected is invalid. Please check the file and ..