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:

  1. download iphone configuration utility
  2. kill xcode
  3. delete profiles using ipcu
  4. plug in phone, find list of profiles, , select "remove" of them
  5. manually drag/drop each profile ipcu, finder
  6. 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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -