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!