2009-10-08 4 views
1

이제 Apple Store에서 응용 프로그램을 제출할 때이 오류 메시지를 보았을 것입니다. 개발자 포털에서 설명한대로 모든 작업을 완료했습니다. 모든 프로파일과 인증서가 올바르다 (트리플 체크). 배포판 아래에서 빌드하려고 할 때도 오류가 발생하지 않습니다. 개발자 포털에서 제안한대로 embedded.mobileprovision 및 코드 기호에 대한 빌드 로그를 확인한 후에 다시 나타납니다. 내 질문은 여기에서 문제가 될 수 있습니다. 어디에서 잘못 될 수 있습니까 (제 아이콘은 57px x 57px이며 대소 문자를 구별합니다 Icon.png). 나는 정말로 여기에 갇혀있다. 빌드 로그에서 누군가가 유용한 정보를 얻을 수있는 출력을 제공 할 수 있습니다.업로드 한 이진 파일이 유효하지 않습니다. 서명이 잘못되었거나 서명되지 않았습니다.

Processing "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/Distribution-iphoneos/DrillDownApp.app/Info.plist" Info.plist 
cd "/Users/example/Downloads/Source-3/exampleMobileApp 3" 
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
<com.apple.tools.info-plist-utility> Info.plist -genpkginfo "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/Distribution-iphoneos/DrillDownApp.app/PkgInfo" -expandbuildsettings -format binary -o "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/Distribution-iphoneos/DrillDownApp.app/Info.plist" 

Touch "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/Distribution-iphoneos/DrillDownApp.app" 
cd "/Users/example/Downloads/Source-3/exampleMobileApp 3" 
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
/usr/bin/touch -c "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/Distribution-iphoneos/DrillDownApp.app" 

ProcessingProductPackaging /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/Entitlements.plist "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/exampleMobile.build/Distribution-iphoneos/exampleMobile.build/DrillDownApp.xcent" 
cd "/Users/example/Downloads/Source-3/exampleMobileApp 3" 
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
<com.apple.tools.product-pkg-utility> /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/Entitlements.plist -entitlements -format xml -o "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/exampleMobile.build/Distribution-iphoneos/exampleMobile.build/DrillDownApp.xcent" 

CodeSign "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/Distribution-iphoneos/DrillDownApp.app" 
cd "/Users/example/Downloads/Source-3/exampleMobileApp 3" 
setenv CODESIGN_ALLOCATE /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate 
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
/usr/bin/codesign -f -s "iPhone Developer: Paul Braam (R82A3577P5)" "--resource-rules=/Users/example/Downloads/Source-3/exampleMobileApp 3/build/Distribution-iphoneos/DrillDownApp.app/ResourceRules.plist" --entitlements "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/exampleMobile.build/Distribution-iphoneos/exampleMobile.build/DrillDownApp.xcent" "/Users/example/Downloads/Source-3/exampleMobileApp 3/build/Distribution-iphoneos/DrillDownApp.app" 
/Users/example/Downloads/Source-3/exampleMobileApp 3/build/Distribution-iphoneos/DrillDownApp.app: replacing invalid existing signature 

답변

0

나는이 얻을 때 나는 시도를 다시 구축하기 전에 (일반적으로이 순서대로) 다음

  1. 다시 시작 엑스 코드
  2. 청소 모든
  3. 청소 모든 앱에 관련된 아무것도 삭제 빌드 디렉토리에
  4. 전체를 지우고 전체 빌드 디렉토리를 삭제하십시오.

다음 단계는 아마도 "Mac을 다시 시작"(그리고 마지막으로 "패닉")이 될 것입니다.

+0

말하기를 잊어 버렸지 만, 불행히도 그 일을 ... 감사합니다. –

관련 문제