Problems Executing iPhone "GenericKeychain" Example
        Posted  
        
            by AO
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AO
        
        
        
        Published on 2010-03-08T15:20:52Z
        Indexed on 
            2010/03/08
            15:21 UTC
        
        
        Read the original article
        Hit count: 503
        
I can't get apple's "GenericKeychain" example to run. I have replaced all 5 occurrences, as mentioned in the readme file, of "YOUR_APP_ID_HERE.com.yourcompany" with my own string: se.[company name].[project name].demo. The compilation goes fine but when trying to run it on the phone, an error saying "The executable was signed with invalid entitlements" appears. And yes, I have an ad hoc provisioning profile installed. I've tried to add "Entitlements.plist" with "get-task-allow" checked but with the same result. Has anyone been able to run the example? If that is the case, provide me with instructions on how you got it to run, please.
URL: http://developer.apple.com/iphone/library/samplecode/GenericKeychain/index.html
© Stack Overflow or respective owner