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

crazy2431 picture crazy2431 · Nov 27, 2012 · Viewed 26.7k times · Source

I have dowloaded a project name called Plot_Gallery _ios which is mainly runs for plotting of graph.This was downloaded from core_plot,the main target project is Plot_Gallery_IOS and also it has sub project file called CorePlot-CocoaTouch.xcodeProj whic contain all library files which is mainly used of running of this project.

Problem what i am facing is when i try to load this app in my ipad after compiling it gives one error i.e

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

Iam tryin to fix this problem from long time i am not able to..i tried going to build settings and changing code signing identity to Dont code sign and also by selecting debug as Ios SDK i am tryign all possible ways to fix it but i am not able to load this app into my ipad.

i also tried selecting Ios SDK as iphoneDeveloper but i get linker errors so wats the issue??Is it bcoz it contains 2 target project where Plot_Gallery_IOS is main and in sub there is CorePot_cocoatouch.xcodeProject and rest all other files..

So can anyone plz tel me how to solve this issue.i am stuck up with this issue from long time.

Answer

Roger Fernandez Guri picture Roger Fernandez Guri · Dec 10, 2012

Hey I manage to fix it changing the codesigning values in the build settings. I attach an image so you can see it:

Solution

I hope that will help you! Let me know!