Signing Xcode project

Signing is a process required by Apple when you want to create a build or run a project on a physical device.

Prerequisite: You must have an Apple Developer Account before completing this process. See Setup Apple Developer account on Xcode for more information on that process.

  1. Open your app project using Xcode and select your project in the Project Navigator..

  2. Select Any iOS Device (arm64) as the build target.

  3. Select your project target from the Targets list.

  4. Select the Signing & Capabilities tab.

  5. In the Team field select your Apple Developer Account.

  6. Verify that the Bundle Identifier matches your company domain. It should be written backwards. For example if your domain is appvance.ai you should use ai.appvance and the app name. In this example it would be ai.appvance.Blank.

  7. Build your project by pressing Command + B or navigating to the Product / Build menu. If you prompted for your password, enter it and click Always Allow.

  8. A successful build will display the following message..