I believe the problem is that these two commands are not the same: xcrun -sdk macosx –show-sdk-path xcrun -sdk macosx -show-sdk-path
The first is what you ran, and the second is what you meant to run. Right before show-sdk-path, I believe you used the wrong character (some sort of dash instead of a hyphen). -Marcus > On Apr 16, 2022, at 9:56 AM, Gerben Wierda via macports-users > <[email protected]> wrote: > > I was busy doing the first tests for macOS 12.3 and ran into this one: > > % xcrun -sdk macosx –show-sdk-path > 2022-04-16 18:49:47.763 xcodebuild[85239:384046] 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-04-16 18:49:47.763 xcodebuild[85239:384046] 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 > 2022-04-16 18:49:48.405 xcodebuild[85240:384060] 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-04-16 18:49:48.405 xcodebuild[85240:384060] 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 > xcrun: error: sh -c > '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk > -find \?\?\?show-sdk-path 2> /dev/null' failed with exit code 17664: (null) > (errno=No such file or directory) > xcrun: error: unable to find utility "\?\?\?show-sdk-path", not a developer > tool or in PATH > > Uncertain if this has anything to do with MacPorts > > Gerben Wierda (LinkedIn <https://www.linkedin.com/in/gerbenwierda>) > R&A IT Strategy <https://ea.rna.nl/> (main site) > Book: Chess and the Art of Enterprise Architecture > <https://ea.rna.nl/the-book/> > Book: Mastering ArchiMate <https://ea.rna.nl/the-book-edition-iii/> >
