Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"lipo" command requires command line developer tools prompt on latest update (3.75) #72

Closed
mjoshea148 opened this issue Jun 26, 2024 · 8 comments

Comments

@mjoshea148
Copy link

Starting Pearcleaner results in prompt to install command line tools to execute the lido command.

Appears to be new behavior. Don't otherwise need command line tools.

Steps to reproduce:

  1. Start Pearcleaner 3.75
  2. Observe dialog to install command line tools
  3. App appears to function normally otherwise

Unsure if this is a new requirement or bug.

@alienator88
Copy link
Owner

Good catch, was actually not aware that the lipo command didn't come installed by default. Obviously I have xcode installed so didn't get this popup 😂
I'll work on this and get something out for next update.

@alienator88
Copy link
Owner

So I'm running into some confusion here.
I checked 3 fresh macOS installs on different OS versions and they all come with the lipo command installed by default even when xcode command line tools is not installed.

> which lipo
/usr/bin/lipo

Either way, I'll switch to using the /usr/bin/file command which I'm 100% sure it's there by default just in case.

@alienator88
Copy link
Owner

If you run which file on your system in Terminal, do you get the path I mentioned above?

@mjoshea148
Copy link
Author

Confirmed - same path.

@alienator88
Copy link
Owner

Cool, I'll release the update shortly using file instead of lipo.

@alienator88
Copy link
Owner

v3.7.6 out now

@mjoshea148
Copy link
Author

Confirmed fix works :). Thank you. Please consider a career at any major software company. Not used to this kind of support!

@alienator88
Copy link
Owner

😂 I'll do my best! Thanks, I appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants