Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. Open Xcode and open the project that contains the iOS App Extension target.

  2. Select the iOS App Extension target from the list of targets in the project navigator.

  3. Set the build scheme to the iOS App Extension target.

  4. Clean the project by selecting Product > Clean from the Xcode menu.

  5. Build the iOS App Extension by selecting Product > Build from the Xcode menu.

  6. Check the build logs for any errors or warnings.

  7. If the build succeeded, the iOS App Extension binary should be located in the project's build directory.

  8. The iOS App Extension can now be distributed or installed on a device using Xcode or other tools.