Xcode 4.3.2 bypass code signing
code-signing, ios, xcode4.3
Solution
Found it! the plist is located at
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/SDKSettings.plist
i assume its the same steps as http://txcom2003.wordpress.com/2011/05/11/disable-code-signing-in-xcode-4/ have not tested it yet.
EDIT: Tested it, and it worked. :)
Problem
I'm using Xcode 4.3.2 to compile Cydia Applications. 4.1 has a simple way to allow un-signed Applications to build (plist edit), however, in 4.3.2, it does not share the same simplicity of editing a plist file. Now, in 4.3.2, I receive this error: `CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 5.1'` So my question is, how Do I bypass code signing in Xcode 4.3.2? Thanks!