On Dec 23, 2016, at 12:24 , Andreas Falkenhahn <
email@hidden> wrote:
Any other ideas on how I can copy my apps and frameworks to a new location
after archiving has completed?
Isn’t there an option in the Organizer window to extract an IPA package from the archive? You can save that in a backup folder.
What is the purpose of the copy? You have a copy of the app uploaded to iTunes Connect (I presume), a copy in the Xcode archive, and you can re-build the exact final app from the state of your project as stored at a source control repository checkpoint (I’d hope). I’m not sure having a freestanding backup of an iOS app is really any good to you.
If you want to save all the build products, but not the intermediates, choose Project Settings (or possibly Workspace Settings, depending on your project setup), click the Advanced button in the dialog, and set up the build directories how you want. However, none of that will be the post-archive files.