I'm currently discovering Xcode / Swift / Objective-C; this question may be nonsense for experienced user, and will be removed if not relevant.
OS version: MacOS Sierra 10.13.5
Xcode Version: 9.4.1
I created a Bundle (it contains only a .h and .mm), targeting iOS platform. I want to add a framework inside it using the "Embedded binaries" list, but currently only have "Linked Frameworks and Libraries".
What I have done -> Created a "Framework" folder in my project and added the ".framework" inside it. Then the .framework has been added to the "Linked Frameworks and Libraries"
Why does Xcode not show the "Embedded binaries" option?
Should another approach be used to add the ".framework"?