The application extension name cannot be identical to the application name?
I have an application called "name" and I go to "File"> "New Target" in Xcode and choose a sharing extension, but when I try to give it a name identical to the name of the application (container), I get an error :
The project "name" already contains a target named "name". Choose a different name.
But, obviously, I want your application name and extension name to be the same (for example, other application extensions like Pocket).
The extension name I selected is the name that actually appears in the extension menu, not the name of the container application.
How can I give them the same name?