[MacPorts] #67079: osxfuse @3.8.3_0: No version of Xcode found
MacPorts
noreply at macports.org
Mon Mar 13 21:43:51 UTC 2023
#67079: osxfuse @3.8.3_0: No version of Xcode found
----------------------+--------------------
Reporter: Darieb | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: osxfuse |
----------------------+--------------------
Comment (by Darieb):
Thank you for the pointers and help. I patched xcode.sh, consistent with
the #57142 AND with use of xcode-select. The compile worked, and osxfuse
got installed.
diff xcode.sh
120c120
< xcode_path=`xcode-select -print-path`
---
> xcode_path="${xcode_app_path}/Contents/Developer"
122c122
< done < <(echo /Applications/Xcode.app)
---
> done < <(mdfind -onlyin "/Applications" 'kMDItemCFBundleIdentifier
== "com.apple.dt.Xcode"')
--
Ticket URL: <https://trac.macports.org/ticket/67079#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list