iPhone app codeSigning only fails for "device + release" -
i can compile , install (on iphone) several of apps i've written.
i have 1 generic "*" certificate developing app. (it expires in 6 days)
i have individual "com.site.appname" distributing each app.
but there's 1 app, started giving:
warning: application failed codesign verification. signature invalid, or not signed apple submission certificate. (-19011)
i above error when try using "device + release" setting.
it still can installed on phone... , seems run fine. (isn't impossible if isn't not code-signed?)
when try "device + debug" or "device + distribute", there's no signing error @ all. (so know have set correctly.)
i assume means have set wrong in "project info + device + release" values. (but where????)
or should checking "target info + device + release" values instead?
this might work, might not, fixes lot of these situations:
- download iphone configuration utility
- kill xcode
- delete profiles using ipcu
- plug in phone, find list of profiles, , select "remove" of them
- manually drag/drop each profile ipcu, finder
- restart xcode
...because xcode's internal code selecting right certificates use code-signing buggy. no particular reason this, apple didn't write well. it's getting better, in latest xcode still goes wrong.
never use xcode install provisioning profile - no matter apple says, xcode install-handling code still buggy, whereas strangely ipcu code not.
also, phone have multiple versions of same profile (which ought impossible, it's not) ... ipcu lets fix that
Comments
Post a Comment