> On 28 Mar 2015, at 12:50, Jerry Krinock <je...@ieee.org> wrote: > > >> On 2015 Mar 27, at 19:39, Peters, Brandon <bap...@my.fsu.edu> wrote: >> >> I found the .app bundle in the derived data folder. > > It should not be there. Delete it and see if it reappears during the next > build.
Yes it should be there, that’s where Xcode builds things for debug purposes, should be in a path something like /Users/<YOU>/Library/Developer/Xcode/DerivedData/<YourApp>-<long string of characters>/Build/Products/Debug/<YourApp>.app If archiving then that’s different, that it will put in Library/Developer/Archives/… > >> The help is not making it into the resources folder for the bundle. > > For something to make it into Contents/Resource, it must be, in your > product’s Xcode Target, in a Copy Files Build Phase which targets > Contents/Resources. By default, your app will have such a build phase named > “Copy Bundle Resources”. Study it and add your Help bundle to that Build > Phase. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com