views:

37

answers:

3

Hi All,

How do I take my working iPhone app and put it on my phone to test with? I dont seem to see how and my googleing doesn't turn up what I think I am looking for...

I am a registered developer and have paid my $99 already.

Would anyone know?

A: 

You need to register as an Apple developer. This will cost you $99/year.

That is the only way that I know of apart from Jailbreaking your phone.

webdestroya
oh, I am a registered developer already.
jDOG
A: 

Open Xcode Organizer window and provision your device for development. This will register the device UID with Apple and install the development provisioning profile on it. If you don't have provisioning profile, Xcode will create one automatically.

Once this is done, you need to set your build to use your DEV cert to aign your app. Then you can switch the build configuration from Simulator to Device and build and run on your phone.

Franci Penov
@Franci - I have a Developer Profile identity and a team provisioning profile already. I set to my target to Device-4.1 | Release | and build no, errors, but I dont see the app on my phone or an .ipa file anyplace in any of my Build folders....
jDOG
There are videos on the iPhone Provisioning Portal site. There are also help pages available in the How To tab in the provisioning section. These are very helpful.
Jon Steinmetz
Just building is not deploying the app automatically. You have to Build and Run or Build and Debug to make Xcode deploy to the device.
Franci Penov
A: 
  • Did you just complie your project or you complied and Run? If you Build your project and you have no errors it means everything it's ok. The next step is to Build and Run your project or just Run your project.

  • If you Run your project and nothing happens it means that you have something worn in your target configuration. Did you change anything there? In the Project Tab in your XCode go to Edit Active Target Settings and check that your Base SDK and Target SDK match your iDevice SDK.

  • IF you don't find out what the problem is, contact me, i could help you in anything you need.

sicario