> On 2014 Nov 29, at 00:16, Trygve Inda <[email protected]> wrote: > > Xcode 4 had a "Build for Archiving" option under the Product menu that is no > longer there.
Yes. > When I just choose "Archive" I see it building my helper apps, but they are > missing from the output build. That seems like you’ve lost a Copy Files Build Phase for the Release configuration, not anything related to the Archive function. > Also, my output goes into a folder deep in ~/Library/Developer… Yes. > However I have my Release build output path set to /Build/Products in the > project settings. It goes there when doing a Build > for Profiling, but not when archiving. > > Xcode 4 used to put it there when building for profiling or building for > archiving. > > How can I … (b) get the same functionality as "build for archiving" that > existed in xc4? The misplaced output might be a bug, or possibly intended depracation of the Release Products Path setting in Xcode 5/6. There’s now an “Export…” button in the Organizer, which I think is new. You may need to Archive, and then move it to your desired desired destination using “Export…”. It works for me. Or, use the xcodebuild command-line tool. That’s what I do, scripting it, when I’m building to ship outside the Mac App Store. I have higher confidence when I see parameters on the command line :) _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
