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?
>
>
> 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:
1. Right-click on a warning in the Xcode issues browser
2. Select "Show In Log" — this should take you to the build log
Migrating some code to 64 bit…
Making a pit stop at Xcode 9.4.1/32 bit as the last stable 32 bit build.
40+ projects with multiple targets make for a lot of i386 is deprecated noise.
I’d like to silence these warnings while I straighten out actual issues.
Is there a flag I can set in Xcode t