Installing Xcode
Xcode is required for iOS device testing. It is available for Mac only.
Steps
-
Install Xcode from the Apple App Store.
-
Open Xcode once after installation to trigger Command Line Tools setup.
-
If Command Line Tools were not installed automatically, run the following in Terminal:
xcode-select --installConfirm installation in the pop-up dialog.
-
Sign in to Xcode with your Apple ID:
- Open Xcode.
- Go to Xcode → Settings → Accounts.
- Click the + icon and sign in with your Apple ID.
- Click Download Manual Profiles.
- Click Manage Certificates.
- Click the dropdown at the bottom-left of the window and select Apple Development.
- A new iOS Development Certificate will appear in the list. Click Done.
- Go to Xcode → Settings → Locations.
- In the Command Line Tools dropdown, select your installed version of Xcode.
