xcode - Codesigning errors while creating Bots? -
i trying create bot ios app. getting following 3 errors.
code sign error: no matching codesigning identity found: no codesigning identities (i.e. certificate , private key pairs) matching “iphone developer: piscean” found. no matching codesigning identity found: no codesigning identities (i.e. certificate , private key pairs) matching “iphone distribution: piscean” found. codesign error: code signing required product type 'application' in sdk 'ios 7.1' i new bots. idea why getting , how can rid of these errors. have added ios program both xcode , os x server.
thanks in advance.
i have never tried creating bot error specific code-signing (its name of concept , utility adds digital signature applications).
codesign requires identity (a certificate/key pair keychain) operation. can a) try add identity keychain b) remove codesign'ing application going project -> build settings -> code signing -> code signing identity -> select "dont code sign"
Comments
Post a Comment