When I archive a framework to distribute, xcode produces an empty .xcarchive file.
Is there a built in way to archive .frameworks for distribution (standalone frameworks) to give to people, without giving them the entire xcode project to link as a subproject. I'm just dragging and dropping the .framework file out of the derived data, but I imagine there should be a way to export a framework from within Xcode?