• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: i386 Deprecated Warning in Xcode 9.4.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: i386 Deprecated Warning in Xcode 9.4.1


  • Subject: Re: i386 Deprecated Warning in Xcode 9.4.1
  • From: Jens Alfke via Cocoa-dev <email@hidden>
  • Date: Thu, 24 Oct 2019 12:56:59 -0700


> On Oct 24, 2019, at 11:46 AM, Sandor Szatmari via Cocoa-dev
> <email@hidden> 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 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 (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

  • Follow-Ups:
    • Re: i386 Deprecated Warning in Xcode 9.4.1
      • From: Sandor Szatmari via Cocoa-dev <email@hidden>
References: 
 >i386 Deprecated Warning in Xcode 9.4.1 (From: Sandor Szatmari via Cocoa-dev <email@hidden>)

  • Prev by Date: Re: Thoughts on productivity
  • Next by Date: Re: Thoughts on productivity
  • Previous by thread: i386 Deprecated Warning in Xcode 9.4.1
  • Next by thread: Re: i386 Deprecated Warning in Xcode 9.4.1
  • Index(es):
    • Date
    • Thread