confusion of how to make osx app backward compatible & how to test them

后端 未结 4 1510
梦谈多话
梦谈多话 2021-01-31 05:31

after reading the apple SDK guide https://developer.apple.com/library/mac/#documentation/developertools/conceptual/cross_development/Overview/overview.html

I\'m still c

4条回答
  •  无人及你
    2021-01-31 05:58

    Adding to Rob Napier's great in-depth answer:

    To use an old SDK, put the SDK (or a symlink) to it here:

    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    

    With XCode 7.3 or later, you need you to open this file and change "MinimumSDKVersion" (otherwise XCode will refuse to use the old SDK):

    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist
    

提交回复
热议问题