Jump to content

running my app on iphone device


Mr. JZ
 Share

9 posts in this topic

Recommended Posts

hi,

I am trying to connect to run my app on iphone device but i cant

 

i created code-sign identity named "iPhone Developer" through keychain access and allowed it as trusted, and tried to run my app on iphone device but i gives

" code sign error: no provisioning profiles found for code signing identity 'iPhone Developer' "

 

on simulator it works fine

 

whats wront in it? how i can create my provisioning profile, can anyone provide me step by step help

 

thanks

Link to comment
Share on other sites

Now listen to me carefully, this won't be a very easy job.

 

Do the following:

  • Create a Development Certificate
    • Open Applications > Utilities > Keychain Access
    • From the Keychain Access menu, choose Certificate Assistant > Create a Certificate.
    • Fill in the name for the certificate with "iPhone Pwned Developer".
    • Choose Self Signed Root from the Type popup menu.
    • Check the Let me override defaults checkbox. Click Continue.
    • Specify a serial number for the certificate. Any number will do as long as you have no other certificate with the same name and serial number.
    • Choose Code Signing from the Certificate Type popup menu. Click Continue.
    • Fill in the information for the certificate. Click Continue.
    • Accept the defaults for the rest of the dialogs.

    [*]Download these Xcode templates

    [*](Optional) Bypass provisioning on Firmware 2.1

Let me know if it works for you.

 

Pacon!

Link to comment
Share on other sites

hi,

 

thanks man, but it shows a message box saying,

 

"your mobile device has encountered an unexpected error (0xE800003A) during the install phase: verifying application"

 

now whats this?

 

please also help me on this, i`ll be really thankfull

Link to comment
Share on other sites

hi,

my sdk version is 2.1, my iphone os version is also 2.1, and when i select the device from xcode and build & go then after signing it says the above mentioned error (this is after installing your packages), by the way my code is signed with iPhone Developer certificate not the iPhone pwned Developer.

 

i also googled for it, but cant find anything usefull, all they say is that change bundle identifier, how? no one describes in detail.

Link to comment
Share on other sites

hi,

my sdk version is 2.1, my iphone os version is also 2.1, and when i select the device from xcode and build & go then after signing it says the above mentioned error (this is after installing your packages), by the way my code is signed with iPhone Developer certificate not the iPhone pwned Developer.

 

i also googled for it, but cant find anything usefull, all they say is that change bundle identifier, how? no one describes in detail.

 

hello!

 

any one who can help me in this regard, please i need help

 

error: "your mobile device has encountered an unexpected error (0xE800003A) during the install phase: verifying application"

 

thanks

Link to comment
Share on other sites

You have to have the patched MobileInstallation file on your jailbroken iPhone. This means that your iPhone has to be jailbroken if you were to run your programs on the device.

 

Follow these instruction: (for OS 2.0/2.0.x/2.1)

  1. Download this [REMOVED] file.
  2. Extract ZIP.
  3. Use your favorite FTP app (Transmit?) to SSH "MobileInstallation" to the path "/System/Library/PrivateFrameworks/MobileInstallation.framework/" on your iPhone replacing the existing one. I, however, recommend that you back it up before replacing.
  4. Set permissions of the new MobileInstallation to 775
  5. Create two empty folders, both called "Documents", in the following places:
    • /var/mobile/
    • /Applications/

[*]Set the permissions of those folders to 777.

[*]Important Restart your iPhone.

Pacon!

Link to comment
Share on other sites

 Share

×
×
  • Create New...