In Xcode 13+ When I create a framework, there is no "Products" folder as it used to be there prior to that version same like the below image
Even when I build the project, I still cannot find the ".framework" file anywhere.
All tutorials on google follow the same flow of creating the framework project, building then extracting the .framework binary from the Products folder, but that doesn't seem to be available in Xcode 13+
Any one have a clue?