Reputation: 5
i am created and successfully running a some project in Xcode from Mac.I am thought to this project was running in my iPhone.How to i am import this Xcode project from iPhone.Please help me
Upvotes: 0
Views: 226
Reputation: 2413
If you have Apple Developer Account, then:
1- You need to create few certificates, get info from Distributing iOS Apps With iTunes Connect
Otherwise it will not be possible to run it on real devices, you can just check your app on simulator.
Read this detailed tutorial on How to Test Your App on an iOS Device
Upvotes: 1
Reputation: 27003
Connect phone via usb and wait umtil Xcode detects it. Then play app.
If you want to import an ipa
file, to execute in another device, create a cert with imei of the phone, archive the app and import it. Further info here.
Upvotes: 0