Quote:
Originally Posted by Oskee
I think installing from iTunes is a must.
|
I installed FaceBook from iTunes, but I still get the same error.
Quote:
Originally Posted by Oskee
On the other hand change the signing profile to any other name. Like iPhone Pwned Developer.
Second, make sure in your project / Active Target settings you have the following:
CODE_SIGN_IDENTITY = iPhone Pwned Developer
CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Pwned Developer
CODE_SIGN_RESOURCE_RULES_PATH = /* Nothing, NULL, empty, nil */
|
l created a signing profile called "iPhone Pwned Developer".
I set:
CODE_SIGN_IDENTITY = iPhone Pwned Developer
CODE_SIGN_RESOURCE_RULES_PATH = /*empty*/
Where I can find CODE_SIGN_IDENTITY[sdk=iphoneos*]?