+ Reply
Results 1 to 5 of 5
  1. #1
    What's Jailbreak?
    Join Date
    May 2008
    Posts
    4
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Error from debugger: Error launching remote program: security policy error

    Hi all,

    I bought yesterday the license for Iphone Developer, I'm programming
    an app and would like to start testing it on my iPhone (EDGE, OS 2.1).
    I'm using osx 10.5.5 on a MacBookPro, and latest SDK. Developing
    and testing on simulator is ok, I followed all the procedure for requesting
    certificates, downloading them, the provisioning file and dragged on
    Xcode, I can see the iPhone with my provision name enabled for developing
    in the Organizer view, and I followed instructions to configure Xcode to develop
    on my device changing relevant options in the targets as explained online.

    When I try to develop on device I get all the process, file is transferred
    on device, but when launching I receive the error

    Error from debugger: Error launching remote program: security policy error

    Also when I try to launch the app from the phone it says there was
    an error and it's not possible to lauch the app. Is that an error in my
    steps configuring Xcode or is it something else?

    Thanks,

    G

  2. #2
    What's Jailbreak?
    Join Date
    Oct 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    i have same trouble. =(

    here is a console log from XCode Organizer:

    Code:
    Sat Oct  4 14:43:28 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:29 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:30 unknown afcd[477] <Error>: user mobile has uid 501
    
    Sat Oct  4 14:43:30 unknown afcd[477] <Error>: mode is 0x41e8
    Sat Oct  4 14:43:31 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:33 unknown securityd[460] <Error>: mobile_installat[479] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:33 unknown mobile_installation_proxy[479] <Error>: verify_executable: Could not validate signature: e8008015
    Sat Oct  4 14:43:33 unknown mobile_installation_proxy[479] <Error>: verify_signer_identity: Could not copy validate signature: -402620395
    Sat Oct  4 14:43:33 unknown mobile_installation_proxy[479] <Error>: load_application_info: Could not load signer identity from /private/var/mobile/Applications/3D937CB1-AAEA-4FCC-B9DA-240AADA725B8/iMage.app/iMage
    Sat Oct  4 14:43:33 unknown lockdownd[20] <Error>: (0x3941d6d0) calculate_application_usage: Calculating the application usage
    Sat Oct  4 14:43:33 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:33 unknown SpringBoard[321] <Warning>: Adding user application com.asdfasdf.iMage to the application state
    Sat Oct  4 14:43:33 unknown SpringBoard[321] <Warning>: Adding system application com.apple.webapp to the application state
    Sat Oct  4 14:43:34 unknown SpringBoard[321] <Warning>: Reloading all application icons.
    Sat Oct  4 14:43:36 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement

  3. #3
    What's Jailbreak?
    Join Date
    Sep 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by molind View Post
    i have same trouble. =(

    here is a console log from XCode Organizer:

    Code:
    Sat Oct  4 14:43:28 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:29 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:30 unknown afcd[477] <Error>: user mobile has uid 501
    
    Sat Oct  4 14:43:30 unknown afcd[477] <Error>: mode is 0x41e8
    Sat Oct  4 14:43:31 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:33 unknown securityd[460] <Error>: mobile_installat[479] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:33 unknown mobile_installation_proxy[479] <Error>: verify_executable: Could not validate signature: e8008015
    Sat Oct  4 14:43:33 unknown mobile_installation_proxy[479] <Error>: verify_signer_identity: Could not copy validate signature: -402620395
    Sat Oct  4 14:43:33 unknown mobile_installation_proxy[479] <Error>: load_application_info: Could not load signer identity from /private/var/mobile/Applications/3D937CB1-AAEA-4FCC-B9DA-240AADA725B8/iMage.app/iMage
    Sat Oct  4 14:43:33 unknown lockdownd[20] <Error>: (0x3941d6d0) calculate_application_usage: Calculating the application usage
    Sat Oct  4 14:43:33 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement
    Sat Oct  4 14:43:33 unknown SpringBoard[321] <Warning>: Adding user application com.asdfasdf.iMage to the application state
    Sat Oct  4 14:43:33 unknown SpringBoard[321] <Warning>: Adding system application com.apple.webapp to the application state
    Sat Oct  4 14:43:34 unknown SpringBoard[321] <Warning>: Reloading all application icons.
    Sat Oct  4 14:43:36 unknown securityd[460] <Error>: lockdownd[20] SecItemCopyMatching: missing entitlement
    Anyone manage to resolve this problem? Please share ....Thanks in advance.

  4. #4
    iPhone? More like MyPhone
    Join Date
    Oct 2007
    Posts
    132
    Thanks
    2
    Thanked 18 Times in 15 Posts

    Have you created an Entitlements.plist ?

    If not, you need one.

    It is explained in the "iPhone Dev Prog User Guide"

  5. #5
    What's Jailbreak?
    Join Date
    Oct 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    yes i create it by python script.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts