Re: Xcode skipping code signing with compiler warning?
Re: Xcode skipping code signing with compiler warning?
- Subject: Re: Xcode skipping code signing with compiler warning?
- From: Johan Lund <email@hidden>
- Date: Tue, 2 Mar 2010 08:56:12 +0100
I was unaware that this question was related to the fact that I am using pre release SDK.
/JL 2 mar 2010 kl. 08.32 skrev Chris Espinosa: On Mar 1, 2010, at 11:26 PM, Johan Lund wrote: 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?
You seem to be: a) posting questions about a pre-release SDK that's under NDA to an open list, and b) trying to deploy to a device with a pre-release SDK that is intended for use with the simulator only at this point.
Chris
|
_______________________________________________
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