3

I have fresh MacBook and a new iOS development profile. Now, what are the new ways to sign a provisioning profile to debug and build in iPhone?What I have to do?

2 Answers2

1

It is pretty strait forward. In Xcode, go to 'Preferences -> Accounts' and add your account. When you select your device as run target, there will appear a dialog after you hit CMD+R. It will ask you to fix issues and when you approve that, everything will be done for you in background by Xcode.

For more about Provisioning Profiles, Certificates etc., I recommend you to read App Distribution Quick Start Guide.

antonio
  • 722
  • 11
  • 22