Re: Thoughts on productivity

2019-10-25 Thread Richard Charles via Cocoa-dev


> On Oct 24, 2019, at 1:29 PM, Jens Alfke  wrote:
> 
> Have you tried the app Dash*? It's a general-purpose documentation browser, 
> and it will automatically index and search installed Apple docsets, much 
> better than Xcode does. I can't live without it.

I did not know about Dash. Much better presentation of Apple documentation than 
what Apple offers. Thanks for sharing.

--Richard Charles

___

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


Re: i386 Deprecated Warning in Xcode 9.4.1

2019-10-25 Thread Sandor Szatmari via Cocoa-dev
Jens,

Thanks for your response, it’s good advice.  But, doesn’t get me anywhere 
unfortunately.  See below…

> On Oct 24, 2019, at 15:57, Jens Alfke  wrote:
> 
>> On Oct 24, 2019, at 11:46 AM, Sandor Szatmari via Cocoa-dev 
>>  wrote:
>> 
>> Is there a flag I can set in Xcode to squash these?
> 
> If these are compiler (Clang) warnings, then:

Not sure, here is the alert text in its entirety.

warning: The i386 architecture is deprecated for your deployment target (macOS 
10.6). You should update your ARCHS build setting to remove the i386 
architecture.

And yes, deployment of 10.6 is correct.  Haha  We only ‘ship’ software 
internally and support a wide variety of systems integrations that require 
older tech.  Hopefully, some of our customers will feel they’ve gotten enough 
ROI on there investments and drop the legacy stuff we have to support 
eventually.

Sandor

> 
> 1. Right-click on a warning in the Xcode issues browser
> 2. Select "Show In Log" — this should take you to the build log with that 
> warning message visible
> 3. At the end of the warning message should be something like 
> "(-Wsomething)", which is the name of the Clang compiler flag that enables 
> that warning.
> 4. Go to your target build settings, and in the custom warning flags add 
> "-Wno-something", which will suppress that warning.
> 
> —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/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com