HI ^ ^
I got code signerror when I build a project by Xcodebuild....
But My app is well-installed and run on iPad...
I typed as below..
xcodebuild -target TwitiPad-New -scheme TwitiiPadNew -configuration Debug -sdk iphonesimulator
Project name is TwitiPad, TwitiPad-New is target name, TwitiPadNew is scheme name ...
and I got message as below..
=== BUILD TARGET TwitiPad OF PROJECT TwitiPad WITH CONFIGURATION Debug ===
Check dependencies
Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) were found.
** BUILD FAILED **
what is problem..?
how to fix this ?