Gurumoorthy Arumugam
Gurumoorthy Arumugam

Reputation: 2128

How to build and submit iPhone app for distribution with Xcode 4.2

i have done iPhone app now i want to submit in app store i have faced some certificate error like this Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificatesome one guide me where i have to put developer certificate and distribution certificate in code signinghere i paste Xcode 4.2 code signing column.`

`enter image description here

Upvotes: 0

Views: 267

Answers (2)

Timur Mustafaev
Timur Mustafaev

Reputation: 4929

First you need to create distribution certificate and distributon provisioning profile. After that, see this answer: https://stackoverflow.com/a/5464634/902424

Upvotes: 0

iNoob
iNoob

Reputation: 3364

Try this link : http://soulwithmobiletechnology.blogspot.com/2011/03/how-to-create-distribution-build-with.html

It has all details on how to create distribution profile.

Upvotes: 4

Related Questions