Venkadesh
Venkadesh

Reputation: 5

How to import created a Xcode project in iPhone?

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

Answers (2)

Omer Waqas Khan
Omer Waqas Khan

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

  1. If you don't have developer account, then you would have to purchase from Apple Developer Program for iOS

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

Jordi Castilla
Jordi Castilla

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

Related Questions