Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 815
crazy2431 Avatar asked Nov 27 '12 10:11

crazy2431


1 Answers

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!

like image 59
Roger Fernandez Guri Avatar answered Oct 19 '22 16:10

Roger Fernandez Guri