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?.
is it possible to download a provisioning profile from a developer account which is not linked to xcode .
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?
- In Xcode, add your Apple ID to Accounts preferences, (see: Adding Your Apple ID Account in Xcode).
- In the project navigator, select the project and target to display the project editor.
- Click 'General' and choose your name from the Team pop-up menu.
- Connect the device to your Mac and choose it via the 'Scheme' toolbar menu.
- 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).
- Click the Run button - Xcode then installs the app on the device before launching.