How to archive/export Framework in Xcode?
问题 I have a project with a framework target, but when I archive, the framework does not show up in organizer. I checked apple for documentation, but only found reference for static libraries. Has anyone experienced this before? Here are screenshots of my current scheme settings 回答1: Go into your framework and build. cmd+b You will find in your products YOUR_FRAMEWORK.framework Right click on "YourLibrary.framework" -> Show in Finder Now you can share/import your library. Attention: Don't link