> On 2017 Jun 26, at 08:36, J.E. Schotsman wrote:
>
> Hello,
>
> I still cannot get my help book anchors to work programmatically (using
> NSHelpManager.shared().openHelpAnchor).
For some reason, in my apps, I use the method which also passes the help book
name, and i
Hello,
I still cannot get my help book anchors to work programmatically (using
NSHelpManager.shared().openHelpAnchor).
I checked the Help Book works when double-clicked in
~/Library/Documentation/help
I’ve checked the help index file in the terminal (hiutil -A and -D). The
anchors and the
.
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
Hi Doug and thanks for the help. Please see comment below.
> On 19 Jun 2017, at 21:22, Doug Hill wrote:
>
> The process to set up a 'Show' segue is:
> - Control-Click on the button in the Storyboard
> - Drag to the View Controller window you want to present
> - Selec
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
Dave. I’ll help you out if you need it on Skype or whatever.
But first, have you embedded your first view controller in a navigation
controller? Select your first view controller in the storyboard. From the
Editor menu, select “Embed In” and then select “Navigation Controller”.
If that
t; myGameViewController = [self.storyboard
> instantiateViewControllerWithIdentifier:@"LTWChaosBoardViewController1”];
> myView = myGameViewController.view;
> }
>
> This returns the correct View Controller but does not actually present it.
> How do I do this?
>
&g
ntifier:@"LTWChaosBoardViewController1”];
> myView = myGameViewController.view;
> }
>
> This returns the correct View Controller but does not actually present it.
> How do I do this?
>
> The documentation is sooo poor that I just can’t find anything that is of
> hel
The documentation is sooo poor that I just can’t find anything that is of
help.
All the Best
Dave
___
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 coco
anged so much since then…..
>
> Any help on this greatly appreciated.
>
> All the Best
> Dave
>
> -(void) viewDidAppear:(BOOL) theAnimatedFlag
> {
> NSURL* myMovieFileURL;
> AVPlayer*
myPlayerViewController.view.frame but this
doesn’t seem to work. I found some iOS 6 code that I wrote ages ago which does
this, but of course this has changed so much since then…..
Any help on this greatly appreciated.
All the Best
Dave
-(void) viewDidAppear:(BOOL) theAnimatedFlag
{
NSURL
> On 2017 Apr 24, at 18:29, Frank D. Engel, Jr. wrote:
>
> At this point, since it is really only one of these anchors to a page of help
> anyway, I am thinking I will rework to name the files what I was previously
> calling the anchors and just open the online help in a web br
Help index seems fine, and I finally tried on a fresh Mac (with a newer
OS version at that) and no joy there either.
At this point, since it is really only one of these anchors to a page of
help anyway, I am thinking I will rework to name the files what I was
previously calling the anchors
> On 2017 Apr 18, at 01:22, Frank D. Engel, Jr. wrote:
>
> I switched them to “id"…
>
> I tried clearing the cache…
>
> … still no good.
Sorry, I forgot to mention that Apple Help can be frustrating.
I would try to determine if the .helpindex file which was produce
I switched them to "id" and this made no difference. I logged
"locBookName" and it matches what was used as the CFBundleIdentifier of
the help book.
I tried clearing the cache as indicated and this made no difference.
I then noted that the Apple help on anchors uses &q
> On 2017 Apr 14, at 18:17, Frank D. Engel, Jr. wrote:
>
>
In my Help Book, my working anchors use `id` instead of `name`. I forgot why.
Example:
2.3.1 Testing Syncing in Smarky
>NSLog(@"help: '%@'", what);
>NSString *
Thanks; I managed to clear all of the errors (which took some doing),
but the anchors still are not working.
As an example, one of my files contains:
I added some debugging output to my method:
- (void)showHelpAnchor:(NSString *)what
{
NSLog(@"help: '%@'",
> On 2017 Apr 13, at 16:46, Frank D. Engel, Jr. wrote:
>
> Hi, I am trying to create an Apple Help book … help buttons on the interface
> trying to access specific pages using anchors, and these are not working.
>
> I generated an index using the "hiutil" comman
Hi, I am trying to create an Apple Help book. It is working if I choose
the help option from my application's Help menu, but I have some help
buttons on the interface trying to access specific pages using anchors,
and these are not working.
I generated an index using the "hiuti
useful:
>>
>> <https://alastairs-place.net/blog/2015/01/14/apple-help-in-2015/>
>
> The help file for iDefrag 5 is very impressive! I really like the clarity of
> expression, fonts and font sizes, layout and style of presentation, etc. I
> think this is a great example of
> On 09 Apr 2017, at 21:00,Alastair Houghton wrote:
>
> You might find the following article interesting/useful:
>
> <https://alastairs-place.net/blog/2015/01/14/apple-help-in-2015/
> <https://alastairs-place.net/blog/2015/01/14/apple-help-in-2015/>>
Interes
> On Apr 9, 2017, at 11:55 AM, Alastair Houghton
> wrote:
>
> The documentation isn’t exactly great (at least, the last time I had to use
> it). You might find the following article interesting/useful:
>
> <https://alastairs-place.net/blog/2015/01/14/apple-help-in-2
On 9 Apr 2017, at 10:31, J.E. Schotsman wrote:
>
> On 08 Apr 2017, at 21:00,Jeff Szuhay wrote:
>
>> Nevermind. I found the “Apple Help Programming Guide.”
>
> Good luck. That’s a weird mix of obsolete and newer API descriptions. The
> newer ones don’t work for me.
On 08 Apr 2017, at 21:00,Jeff Szuhay wrote:
> Nevermind. I found the “Apple Help Programming Guide.”
Good luck. That’s a weird mix of obsolete and newer API descriptions. The newer
ones don’t work for me.
openHelpAnchor:inBook: fails to open help pages for me. Or maybe the Help
Indexer
Nevermind. I found the “Apple Help Programming Guide.”
My apologies for the noise.
> On Apr 7, 2017, at 3:37 PM, Jeff Szuhay wrote:
>
> Andrew Stone wrote this
> <http://www.stone.com/The_Cocoa_Files/Help_On_The_Way_.html>
> in 2001. Is it still valid?
>
> What is
Andrew Stone wrote this
<http://www.stone.com/The_Cocoa_Files/Help_On_The_Way_.html>
in 2001. Is it still valid?
What is the current, preferred way to add help to your Mac app?
Thanks,
Jeff Sz.
QuarterTil2.com
___
Cocoa-dev mailing list (Coc
k!
Best
P
___
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://lis
xperimenting.
Best
Phil
___
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/opti
.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
find a solution that’s going to be my only recourse.
>
> Anyone else got any thoughts?
>
>
>
> Best
>
>
> Phil
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin re
houghts?
Best
Phil
___
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:/
On 17 Feb 2017, at 10:54 am, sqwarqDev wrote:
>
> Still looking for help with this, if anyone’s got any idea?
Use LIKE instead of CONTAINS?
--
Shane Stanley
,
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post
On Feb 16, 2017, at 17:54, sqwarqDev wrote:
>
> Still looking for help with this, if anyone’s got any idea?
>
>> On 15 Feb 2017, at 22:50, sqwarqDev wrote:
>>
>> Building with Xcode 7.3.1, macOS 10.11.6
>>
>> I’m using an NSPredicate with the form:
Still looking for help with this, if anyone’s got any idea?
> On 15 Feb 2017, at 22:50, sqwarqDev wrote:
>
> Building with Xcode 7.3.1, macOS 10.11.6
>
> I’m using an NSPredicate with the form:
>
> NSString *targetString = @“some string or other”;
> NSPredicate *search
un on 10.7?
TIA
Phil
___
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
. That my be your problem.
—Jens
___
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/
ct 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
he
first responder status jumped between controls.
___
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/Unsubscri
ill be fine. Not be able to repeat the
> issue is the biggest problem.
>
> My next step to solve this issue will be to catch the popupwillopen
> notifications so I can re-set the delegate.
>
> Does anyone have any ideas on how to solve this issue?
There is not much anyone
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
duplicating as
necessary.
Thanks everyone for all your help.
-Stevo Brock
Sunset Magicwerks, LLC
www.sunsetmagicwerks.com
818-478-9758
> On Dec 4, 2015, at 12:12 AM, Roland King wrote:
>
>
>> On 4 Dec 2015, at 16:07, Stevo Brock wrote:
>>
>> This seems to do
oilà! Everything is working.
>
> So now to clean things up…
>
> Thanks guys so much for your help.
well that’s just a whole bunch of ugly. Before you get TOO far, try and
optimized release build, make sure it doesn’t go optimize that out and break it
all again. You know these comp
This seems to do the trick.
I wasn’t able to just do ABC.class, as the “.class” wasn’t registered as valid.
What I ended up with was a static method on the class, and calling the static
method, and voilà! Everything is working.
So now to clean things up…
Thanks guys so much for your help
ay not do so for the
> specialization. Whether the generic specialization is in the class name
> string is anybody’s guess.
>
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the
ojects which just do
SomeClassIWantToLoad.class
___
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 Subscr
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%40m
equests 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
mments 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
ersions
> of it actually exist (you can probably dump your binary to see what they are
> called, I don’t know the mangled naming convention for generics)
>
>
>
>
___
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
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
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
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
t.
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
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
__
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%40
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
.
___
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
Assert the validity of all your method parameters. While it can help to
assert return results thats less helpful as most return results are later
used as input parameters:
#import
- (void) foo( int *p, int n )
{
assert( NULL != p && n > 0 && n < 10 );
...
ret
ans that the receiver of a
method-call is a dealloced object. (Enabling Zombies will help track it down.)
* The other 1% of the time, it’s a live object that’s been overwritten by a
buffer overflow or random heap corruption. (Guard Malloc or, in Xcode 7, the
Address Sanitizer, can h
tanley
___
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/m
e. Try running your app with zombies enabled, or
using Instruments’ zombie tool and see if that narrows it down at all.
___
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
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
work for
developers to use, would you leave in all of your private methods forever even
if you made radical internal changes, just so that you didn't break a developer
who used one of them?
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post
coa-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
ot for the developer to access.
At the least, it's confusing, because the docs say it's not supposed to be
there, yet there it is.
Fun.
Thanks, Ken. Dearly appreciated.
- Alex Zavatone
___
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
particular case of this general rule.
> Is there anything that shows that they are private?
Their non-presence in the documentation and headers.
Regards,
Ken
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or modera
en, any instance
variables that appear in headers are almost always marked as private there,
either using @private or a comment, depending on the age of the code.
___
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
Is it in Apple's documentation for storyboards but I don't know where to
>> look?
>>
>> If it is, what concept am I missing about understanding Apple's way of
>> documenting their classes that would help me better understand how to look
>> and where
change
without notice. You can't rely on them in any shipping code.
> Is it in Apple's documentation for storyboards but I don't know where to look?
>
> If it is, what concept am I missing about understanding Apple's way of
> documenting their classes that wou
ality and can be launched and disposed of as needed.
Naturally, I'm relying on Apple's docs to help me build this and access
UIStoryboard properties, methods and set up my little methods to manage this
process.
So, I look at UIStoryboard.h and the docs and see that there are 3 methods.
pple.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
AppKitOlderNotes/>
(section Auto Layout NSSplitView Improvements)
--Kyle Sluder
___
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/Unsu
adigm.
Kind of. I’ve been working intermittently with auto-layout for a few years on
smallish projects, but just figuring it out by messing with IB. I had actually
not managed to find the full Auto Layout Guide before, and that should help a
lot because I’m the type that likes to learn by curling
me. Hang in there! It
isn't that difficult!
Thanks,
-Luther
> —Jens
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact t
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
gt; constraints.
To the scroll view and content view I understand. But the clip view?
___
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
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
t (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
v@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
et it in code or just return NO from a
> getter override.
___
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 Subscriptio
ng 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
layout
originally showed up, I now mostly find it fairly quick to look at my layouts
and get a mental picture of how the constraints work.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contac
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
ng 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
:] + 470
>> frame #33: 0x7fff956d9312 AppKit`-[NSApplication sendEvent:] + 2504
>> frame #34: 0x7fff95602c68 AppKit`-[NSApplication run] + 711
>> frame #35: 0x7fff9557f354 AppKit`NSApplicationMain + 1832
>> frame #36: 0x00013732 Hops`main(argc=3, argv=0
7fff5fbff930) +
> 34 at main.m:12
>frame #37: 0x7fff982285c9 libdyld.dylib`start + 1
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the l
ps`main(argc=3, argv=0x7fff5fbff930) +
> 34 at main.m:12
>frame #37: 0x7fff982285c9 libdyld.dylib`start + 1
>
> __
___
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
__
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
re difficult cases
possible, rather than the trivial cases annoyingly difficult as well.
—Graham
___
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-de
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
Xcode's error reporting).
Thanks!
--
Rick Mann
rm...@latencyzero.com
___
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)l
yzero.com
___
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://lis
o the bundle is in there.
On Mar 27, 2015, at 10:39 PM, Peters, Brandon wrote:
> Jerry,
>
> I found the .app bundle in the derived data folder. The help is not making it
> into the resources folder for the bundle.
>
>> On Mar 27, 2015, at 10:20 PM, Peters, Brandon wrote
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 wrote:
>
>
>>
Yes it should be there, that’s where Xcode builds things for debug purposes,
should be in a path something like
/Users//Library/Developer/Xcode/DerivedData/-/Build/Products/Debug/.app
If archiving then that’s different, that it will put in
Library/Developer/Archives/…
>
>> The help i
> On 2015 Mar 27, at 19:39, Peters, Brandon 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.
> The help is not making it into the resources folder for the bundle.
For something to
Jerry,
I found the .app bundle in the derived data folder. The help is not making it
into the resources folder for the bundle.
> On Mar 27, 2015, at 10:20 PM, Peters, Brandon wrote:
>
> Jerry,
>
> In my project folder I am not seeing my .app bundle (this is embarrassing).
Jerry,
In my project folder I am not seeing my .app bundle (this is embarrassing).
> On Mar 27, 2015, at 10:06 PM, Jerry Krinock wrote:
>
>
>> On 2015 Mar 27, at 16:26, Peters, Brandon wrote:
>>
>> I copied the .help bundle into my project by right-clicking Suppo
> On 2015 Mar 27, at 16:26, Peters, Brandon wrote:
>
> I copied the .help bundle into my project by right-clicking Supporting Files
> > Add Files to , etc. Yet it seems my application still cannot
> find the content. Any pointers from experience?
1. Look inside your
Hello,
I am trying to integrate my help bundle into my application. According to the
Help Book Documentation from Apple, I needed to add the following two strings
to my Info.plist file, and I did:
CFBundleHelpBookFolder
ArnoldTransformer.help
CFBundleHelpBookName
Learn to use Arnold
1 - 100 of 1351 matches
Mail list logo