Я пытаюсь загрузить свое приложение iphone в магазин приложений, и я выполнил все шаги, которые есть на странице программы разработчика, и, независимо от того, что я изменяю, я всегда получаю одно и то же исключение, которое является «Command / usr / bin /Ошибка CodeSign с кодом выхода 1 ", я разрабатываю на xcode 4.1, журнал сборки выглядит следующим образом:
CodeSign build/Distribution-iphoneos/xxxx.app
cd /Users/yyyy/Documents/xxxx
PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv _CODESIGN_ALLOCATE_ /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
/usr/bin/codesign -f -s "iPhone Distribution: xxxx LLC" --resource- rules=/Users/yyyy/Documents/xxxx/build/Distribution-iphoneos/xxxx.app/ResourceRules.plist -- entitlements /Users/booksprice/Documents/xxxx/build/xxxx.build/Distribution-iphoneos/xxxx.build/xxxx.xcent /Users/yyyy/Documents/xxxx/build/Distribution-iphoneos/xxxx.app
/Users/yyyy/Documents/xxxx/build/Distribution-iphoneos/xxxx.app: The operation was cancelled by the user.
Command /usr/bin/codesign failed with exit code 1