is it possible to download a provisioning profile from a developer account which is not linked to xcode .

my Xcode is not linked with any developer account but i want to download a provisioning profile to xcode and build the app... is it possible. then ,wts the procedure?.

Are you saying you don't want it linked? Which type of provisioning profile are you expecting to work with?


You can test apps in the simulator/on your device without an account - is that not working for you?


Did you follow this process?


  1. In Xcode, add your Apple ID to Accounts preferences, (see: Adding Your Apple ID Account in Xcode).
  2. In the project navigator, select the project and target to display the project editor.
  3. Click 'General' and choose your name from the Team pop-up menu.
  4. Connect the device to your Mac and choose it via the 'Scheme' toolbar menu.
  5. Below the 'Team' pop-up menu, click 'Fix Issue'. Wait for Xcode to create a free provisioning profile (the warning under the Team pop-up menu should go away).
  6. Click the Run button - Xcode then installs the app on the device before launching.
is it possible to download a provisioning profile from a developer account which is not linked to xcode .
 
 
Q