0

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

Venkadesh
  • 5
  • 5

2 Answers2

1

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

Omer Waqas Khan
  • 2,393
  • 4
  • 31
  • 61
0

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.

Community
  • 1
  • 1
Jordi Castilla
  • 24,953
  • 6
  • 58
  • 97