Re: Building for 10.12
Re: Building for 10.12
- Subject: Re: Building for 10.12
- From: Rob Petrovec via Cocoa-dev <email@hidden>
- Date: Fri, 18 Mar 2022 13:15:32 -0600
> On Mar 18, 2022, at 1:11 PM, Gabriel Zachmann <email@hidden> wrote:
>
>>> I am trying to build my app for macOS 10.12 (Sierra).
>>>
>>> First of all, is it correct that I need to build it for "My Mac" , not do a
>>> niversal build (Any Mac)?
>> If you are only building to debug it then My Mac is fine. But if you
>> are building to send out to customers then you want Universal.
>
> So macOS 10.12 can "understand" universal builds?
There was a time when Universal meant a PowerPC & Intel binary. Its
been transformed to also mean Intel & Apple Silicon binaries. I don’t remember
if Universal (Intel & PPC) binaries are useful on 10.12 or not. But it wouldn’t
hurt to help if its an option once you get the correct SDK installed.
>> Make sure you have the 10.12 SDK installed in your Xcode. To find out
>> what OS SDK is installed in your selected Xcode run:
>>
>> xcodebuild -version -sdk macosx
>>
>
> Thanks a lot!
>
> Here is the complete output:
>
> % xcodebuild -version -sdk macosx
> 2022-03-18 20:09:43.281 xcodebuild[40530:14001720] Requested but did not find
> extension point with identifier
> Xcode.IDEKit.ExtensionSentinelHostApplications for extension
> Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in
> com.apple.dt.IDEWatchSupportCore
> 2022-03-18 20:09:43.282 xcodebuild[40530:14001720] Requested but did not find
> extension point with identifier
> Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension
> Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in
> com.apple.dt.IDEWatchSupportCore
> MacOSX12.3.sdk - macOS 12.3 (macosx12.3)
> SDKVersion: 12.3
> Path:
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
> PlatformVersion: 12.3
> PlatformPath:
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
> ProductBuildVersion: 21E226
> ProductCopyright: 1983-2022 Apple Inc.
> ProductName: macOS
> ProductUserVisibleVersion: 12.3
> ProductVersion: 12.3
> iOSSupportVersion: 15.4
>
> So, that means I do *not* have the 10.12 SDK , right?
Correct.
—Rob
_______________________________________________
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