>> 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? > 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? Best regards, Gabriel
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com