I made a new framework project that contain other frameworks. In older version of XCode, I can put the other framework in "Embedded Binaries" section in General so whenever it archived it wouldn't show any framework inside the framework file (Umbrella Framework), and whenever I used it in My App, it worked.
In my case, I already updated to XCode 11 and there is no "Embedded Binaries" section in General. If I set the third party framework to "Do Not Embed" and tried it in My App, it crashed because the My App can't find the third party framework.
Is there any best practise for me to make the third party hide inside my framework project ?