English 中文(简体)
Code sign Error
原标题:

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in iPhone. But when I try to do so I get an error "Codesign error:Code signing is required for product type "Application" in SDK Device iPhone OS 3.1.2. Please some one help me.

Regards, krishnan.

最佳回答

Have you transferred your credentials to the second Mac? They are stored in your keychain.

You may need to read up on how Code-signing works: http://en.wikipedia.org/wiki/Code_signing

Here s an overview:

  • Developer creates a Certificate via a Certificate Authority (CA)
    • This certificate is used to sign the binary, providing proof of who created it
  • Developer then uses the Certificate to sign the binary (this is the step you re missing on the second MAC)
  • Clients using the binary can now verify the Certificate against a known CA to ensure the integrity of the build.
问题回答

Also check that you are code signing on the target as well when you do the Archive build

Spent hours to figure this out. Actually you need to click on Project --> Build Settings --> click target --> code sign..

THIS IS not apparent





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签