jonasroman
jonasroman

Reputation: 71

Command Line Tools Not Found MacOS Monterey XCode13

I´m currently trying to resign a wrapped app from mobileiron with terminal.

When I try it says:

"sign_wrapped_app.sh Version 4.7.0.0 Usage: sign_wrapped_app.sh -i [-b -e -p -s -d -o ] This script MUST be run on a computer with Xcode command-line tools installed. jonasromankiewicz@MacBook-Pro-von-Jonas wrapping %"

I have MacOS Monterey on my MacBook Pro M1 2020 Xcode 13 Beta & I downloaded and installed CLT from the apple developer homepage. I have the latest Version of Node, Homebrew, Ionic, Cordova installed. I have tried to switch path. I have tried to reinstall CLT. Also tried the Rosetta way...

Nothing worked. PLS Help :D

Thanks

Upvotes: 5

Views: 9220

Answers (2)

petak5
petak5

Reputation: 1

Reinstalling both Xcode and CommandLineTools fixed the issue for me.

What I did:

  • Delete Xcode.app.
  • Delete CLT (sudo rm -rf /Library/Developer/CommandLineTools).
  • Download Xcode and CLT from Apple developer downloads. I installed the exact same version.
  • Install Xcode and then the CLT.

Reinstalling just CLT did not resolve the issue.

Related issues that helped me find the solution.

Upvotes: 0

getmemd
getmemd

Reputation: 764

Try to select your Command Line Tools in Xcode Preferences (⌘+, -> Locations)

Upvotes: 3

Related Questions