Re: Help Bundle Trouble...
Re: Help Bundle Trouble...
- Subject: Re: Help Bundle Trouble...
- From: Roland King <email@hidden>
- Date: Sat, 28 Mar 2015 12:59:13 +0800
> On 28 Mar 2015, at 12:50, Jerry Krinock <email@hidden> wrote:
>
>
>> On 2015 Mar 27, at 19:39, Peters, Brandon <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden