-4

I have an iPod touch 6th generation. I need to run my application using actual device. I dont have a purchased apple ID. I need to test my application without using purchased apple ID. Please give me good guidelines step by step.

AnswerMe
  • 189
  • 1
  • 1
  • 10

3 Answers3

0

enter image description hereGo to Build setting ->code signing Identity section set provisioning profile to Automatic and set certificate to IOS Developer it works for me Try it.

0

Try to follow as below in your Build Settings -> Code Signing

enter image description here

Nischal Hada
  • 3,230
  • 3
  • 27
  • 57
0

Till Xcode 7 in order to load an app to iOS device, you need to code sign the app. But from Xcode 7, Apple have opened up this procedure.

Again, this doesn't work if you are trying to make an IPA file and then load, you need to select the device from Xcode and hit Run button like below. enter image description here

Jinto
  • 115
  • 8