Same way you do it on an iPhone/iPod touch, just attach your iPad to your mac with usb cable, make sure it has the proper provisioning profiles, and load up the app with xcode
Thanks for your reply sorry i made an error. The error was...
Code Sign error: The identity 'iPhone Distribution: ********* (not showing name) doesn't match any valid certificate/private key pair in the default keychain
It was some source code telling how to do multitouch so i couldnt use it on the simulator how do i fix this (i wasnt going to use it for my own app)
Thanks for your reply sorry i made an error. The error was...
Code Sign error: The identity 'iPhone Distribution: ********* (not showing name) doesn't match any valid certificate/private key pair in the default keychain
It was some source code telling how to do multitouch so i couldnt use it on the simulator how do i fix this (i wasnt going to use it for my own app)
I got that recently. Check the Target for which Code Signing profile is in play.
Log into the iPhone Developer center, click on the link for "iPhone Provisioning Portal", then click on "Launch Assistant", it will walk you through the process of creating your development profile, loading it into xcode, and all that
You don't need to change any code sign, just go through the entire process again but add your iPad to your developer device list and redownload the new provisioning profile and reload into xcode. You don't need a separate provisioning profile for each device...