Re: Help Bundle Trouble...
Re: Help Bundle Trouble...
- Subject: Re: Help Bundle Trouble...
- From: "Peters, Brandon" <email@hidden>
- Date: Sat, 28 Mar 2015 05:15:11 +0000
- Thread-topic: Help Bundle Trouble...
Roland/Jerry/others,
I got it to work. I had a few strings wrong between my app’s Info.plist and the help book’s Info.plist files. Correcting those solved the issue. Thank you for pointing me in the right direction.
> On Mar 28, 2015, at 12:59 AM, Roland King <email@hidden> wrote:
>
>
>> 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
_______________________________________________
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