• 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: Warning, warning.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warning, warning.


  • Subject: Re: Warning, warning.
  • From: Jens Alfke <email@hidden>
  • Date: Tue, 06 Oct 2015 12:19:12 -0700


On Oct 6, 2015, at 11:47 AM, Alex Zavatone <email@hidden> wrote:

Thanks.  We have a few PJSIP libs that use the files that have config files with the same file name, yet different paths and Xcode thinks that there are "multiple build commands for the output file" within the derived data + a few dozen "was built for a newer iOS version than being linked".  

Ah. Those aren’t Clang warnings (I don’t think.)

I’ve seen the “built for a newer iOS version”. It happens if you build a library with a deployment version of N, then link it into an app with a deployment version of M, where M < N. It makes sense to warn about this, since the library may be depending on OS features that aren’t present in every OS version the app supports. The fix is to either lower the deployment version of the library or raise the one in the app.

—Jens
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Warning, warning. (From: Alex Zavatone <email@hidden>)
 >Re: Warning, warning. (From: Jens Alfke <email@hidden>)
 >Re: Warning, warning. (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Re: Warning, warning.
  • Next by Date: Refactoring in Xcode 7?
  • Previous by thread: Re: Warning, warning.
  • Next by thread: Refactoring in Xcode 7?
  • Index(es):
    • Date
    • Thread