You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xcparse is unable to install via homebrew by using the command brew install chargepoint/xcparse/xcparse on a M1 Pro MacBook.
==> Fetching chargepoint/xcparse/xcparse
==> Cloning https://github.com/ChargePoint/xcparse.git
Updating /Users/maartenborsje/Library/Caches/Homebrew/xcparse--git
==> Checking out tag 2.3.1
HEAD is now at 5ec5931 Merge pull request #76 from ChargePoint/revert-makefile
HEAD is now at 5ec5931 Merge pull request #76 from ChargePoint/revert-makefile
==> Installing xcparse from chargepoint/xcparse
==> make install prefix=/opt/homebrew/Cellar/xcparse/2.3.1
Last 15 lines from /Users/userName/Library/Logs/Homebrew/xcparse/01.make:
2023-06-02 09:11:40 +0000
make
install
prefix=/opt/homebrew/Cellar/xcparse/2.3.1
swift build -c release --disable-sandbox
error: terminated(1): /usr/bin/xcrun --sdk macosx --show-sdk-platform-path output:
xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation
xcrun: error: unable to lookup item 'PlatformPath' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
make: *** [build] Error 1
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/chargepoint/homebrew-xcparse/issues
The text was updated successfully, but these errors were encountered:
@MaartenBorsje I had the same issue which apparently was related to incorrect path to command line tools. Make sure you have set a proper Xcode path for them. You should see following result when running xcode-select -s:
xcparse is unable to install via homebrew by using the command brew install chargepoint/xcparse/xcparse on a M1 Pro MacBook.
The text was updated successfully, but these errors were encountered: