When creating a "Share extension" via adding new target Xcode adds build phase named "Embed App Extension" in app "Build Phases" tab of app target settings. It is possible to remove this phase, but if you try to add it by pressing "+" at the left upper corner you'll find "Embed App Extension" is not listed among available options.
Why is it so? How to embed app extension to the target app without adding new target?