Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Dear Martin & Nermal, I did the way told by you, but I am getting some error that can be found attached!!
 

Attachments

  • error.txt
    53.7 KB · Views: 823
I haven't seen that one before. I should note that I am NOT using the build script mentioned above; it doesn't seem to be necessary because I have everything working without it.
 
I haven't seen that one before. I should note that I am NOT using the build script mentioned above; it doesn't seem to be necessary because I have everything working without it.

Thanks Nermal, I tried without script and the build succeed.

Can you please tell me what is the next step? How can I transfer my app to Real Iphone Device?
 
Project > Set Active SDK > Device (either Debug or Release should work).
Build > Build & Go

That should install it onto your device with no other intervention.
 
Project > Set Active SDK > Device (either Debug or Release should work).
Build > Build & Go

That should install it onto your device with no other intervention.

Yeah, you are right. But now when I tried Build and Go I am getting the same error that Cemil is getting.

"0xE800003A (Your mobile device has experienced an unexpected error..)"

I am using iPhone 2.0 Jailbrake.

What is MobileInstallation patch? Do I need to install it to my iPhone 2.0 before installing my application?
 
What is MobileInstallation patch? Do I need to install it to my iPhone 2.0 before installing my application?

Yes, you need to install it before you can copy your app across. The easiest way is through Cydia. Install Link Identity Editor first, then go into Sources and add http://www.iphone.org.hk/apt/

Once you've done that, you should be able to find and install MobileInstallation Patch from that new source.
 
Yes, you need to install it before you can copy your app across.

Well after installing MobileInstallation Patch, I am able install my application to iPhone.

I can see my application icon/name in the iphone, but when I click to open it says:

The application "myApp" cannot be opened!
 
Well after installing MobileInstallation Patch, I am able install my application to iPhone.

I can see my application icon/name in the iphone, but when I click to open it says:

The application "myApp" cannot be opened!

This is because u need to install at least one app from iTunes. It can be free one.
 
I have more than 100 apps installed from iTunes

Ok, I got this problem several times as well. It can be one of this:
U forgot to put that one line into Plist.info or maybe it's not being signed during building.Or maybe summing else... :confused:
 
Ok, I got this problem several times as well. It can be one of this:
U forgot to put that one line into Plist.info or maybe it's not being signed during building.Or maybe summing else... :confused:

I am working with Symbian C++ for past 4 years and I thought Symbian is the only OS which is very typical and difficult to work with!

But its been a week I am struggling to install a very simple app to my Iphone.

I tried all my efforts and still unable to...

Please find attached my device logs, may be it help you to understand the problem!
 

Attachments

  • Device Log.txt
    26.9 KB · Views: 780
Well after installing MobileInstallation Patch, I am able install my application to iPhone.

I can see my application icon/name in the iphone, but when I click to open it says:

The application "myApp" cannot be opened!

I had that error once and it was due to not having the SignerIdentity pair in the Info.plist file. Check that you've entered it, and make sure that everything is spelt correctly.
 
I had that error once and it was due to not having the SignerIdentity pair in the Info.plist file. Check that you've entered it, and make sure that everything is spelt correctly.

I don't know whats happening but I am getting the following error, no matter I add that line in info.plist or not.

"0xE800003A (Your mobile device has experienced an unexpected error..)"

May be MobileInstallation patch is not properly installed and it might be creating problem!!
 
I don't know whats happening but I am getting the following error, no matter I add that line in info.plist or not.

"0xE800003A (Your mobile device has experienced an unexpected error..)"

May be MobileInstallation patch is not properly installed and it might be creating problem!!

I created a new application and voila.. its working!!

Nermal, you may be write that we need to take care of the line that we enter into the info.plist


HOPE THIS POST WILL HELP A LOT TO BEGINNERS!!
 
Good to hear that you have it working. Now, to give credit where it's due, a lot of the information that I've posted here is originally from Javacom over at hackint0sh.org. I couldn't have got this all working without his posts :)
 
Good to hear that you have it working. Now, to give credit where it's due, a lot of the information that I've posted here is originally from Javacom over at hackint0sh.org. I couldn't have got this all working without his posts :)

You are a good person Nermal, its always good to share Credit!

And without your help, it was not possible for me to run my app (without paying a penny to Apple) on my Real Iphone.

So cheers to Nermal, Martin (MLady) and to the MacRumors!!
 
I have a strange problem.

I get an "unexpected error (0xE8000001)" as soon as I start Xcode with my iPhone connected. If I disconnect and re-connect it, I get the same. I have followed the steps, but I can't figure out why it would bug out on me right away. What does the error even mean?
 
Hmmm, in another project I don't get that error now, but when I add the new build phase, I get a compile error saying:

Command /bin/sh failed with exit code 1:
Xcode: cannot find code object on disk

Without the extra build phase, the project builds & go just fine and puts the application on the iPhone. However, it won't run, giving me "Application cannot be opened." What might this be? I tried running codesign manually on the CodeSignature file and copying it back to the iPhone, but I only get "Application cannot be opened" again.

Help please?
 
Hi guys,

I just came across this thread and saw the suggestions....

I've created my cert, added the build phase run script item, and edited my /Developer/Platforms/iPhoneOS.platform/info.plist file to change to two entries to NO.

I also edited my info.plist file and added the req'd key "SignerIdentity", as a Value: "Apple iPhone OS Application Signing".

Now, when I go to deploy, I get a 0xE800003A (Your mobile device has experienced an unexpected error, blah blah).

I've looked this up and it looks like it means I don't have a provisioning profile - which makes sense, since I haven't been accepted as a Dev yet...

Any suggestions? Obviously you guys have gotten around this? I'm on 2.1 jailbroken and running the 2.1 SDK.

Thanks,
Cemil


Same with me... it says:

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

except I'm on 2.0.1, anyone know how to fix it?
 
Hmmm, in another project I don't get that error now, but when I add the new build phase, I get a compile error saying:

Command /bin/sh failed with exit code 1:
Xcode: cannot find code object on disk

Without the extra build phase, the project builds & go just fine and puts the application on the iPhone. However, it won't run, giving me "Application cannot be opened." What might this be? I tried running codesign manually on the CodeSignature file and copying it back to the iPhone, but I only get "Application cannot be opened" again.

Help please?

I got this many times. It can be many things. It might be bad paths in the script. But interesting thing is that even after you sign it manually it doesn't work. To just make it clear: You have that extra line in Info.plist; You have at least one app from appstore installed; you have MobileInstalation patch...
 
Same with me... it says:

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

except I'm on 2.0.1, anyone know how to fix it?

Try to install the MobileInstallation patch!
 
Communications

all: it appears that the phone (communications center) part of the iphone stops functioning with the mobileinstallation patch anybody else run into that problem?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.