Search code examples
xcodemacosmacos-system-extensioncoremediaio

How to create a system extension in Xcode 14.2 - Monterey 12.7.6?


Following the documentation, I'm trying to create a camera extension on macOS Monterey 12.7.6 with Xcode 14.2. It points to somewhere in Xcode new target menu which should contain System Extension > Camera Extension as shown below:

Expected menu

However, I'm unable to find System Extension in the menu. The full menu is displayed below.

menu

menu

Where do I find it or the equivalent to generate the same boilerplate to get started?


Solution

  • You need to create a MacOS app first, and then add a target:

    enter image description here

    and then you'll see the option:

    enter image description here