Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 4.2'

What does the following error mean;

CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 4.2'

I only get the error when trying to test on device.. How to fix this?

like image 503
copenndthagen Avatar asked Mar 16 '11 17:03

copenndthagen


1 Answers

@hmthur: You would find your solution in either of these links.

These are the links you can refer to as they too discuss the same problem as you have.

http://davidbits.blogspot.com/2010/11/codesign-error-code-signing-is-required.html

and

http://forums.macrumors.com/showthread.php?t=1061459

As far as I know, it is something to do with setting your active executable as Simulator and not device if you don't have developer license.

Also in some cases it is the problem with the code signing identity as discussed in one the links above.

Hope this helps you.

like image 74
Parth Bhatt Avatar answered Sep 21 '22 19:09

Parth Bhatt