XCode skipping code signing with compiler warning?
XCode skipping code signing with compiler warning?
- Subject: XCode skipping code signing with compiler warning?
- From: Johan Lund <email@hidden>
- Date: Tue, 2 Mar 2010 08:26:30 +0100
I'm trying to create my first ad hoc build of an iPhone app and get the following compiler warning:
"Application validation was skipped". 2010-03-01 23:45:32.662 Validation[4611:607] Could not find application for “com.apple.itunes.connect.ApplicationLoader” (err = -10814) Validating application 'app' warning: Application validation was skipped.
The CodeSign section in the build output also looked interesting, referencing a Radar number: CodeSign build/Distribution-iphoneos/MyLucy.app cd "/Users/johanlund/dev/xcode projects/Lucy_empty" setenv IGNORE_CODESIGN_ALLOCATE_RADAR_7181968 /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 Distribution: Johan Lund" "--resource-rules=/Users/johanlund/dev/xcode projects/Lucy_empty/build/Distribution-iphoneos/MyLucy.app/ResourceRules.plist" --entitlements "/Users/johanlund/dev/xcode projects/Lucy_empty/build/TableTest3.build/Distribution-iphoneos/TableTest3.build/MyLucy.xcent" "/Users/johanlund/dev/xcode projects/Lucy_empty/build/Distribution-iphoneos/MyLucy.app"
Any ideas as to what is going wrong here? |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden