Reputation: 71
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
Reputation: 1
Reinstalling both Xcode and CommandLineTools fixed the issue for me.
What I did:
Xcode.app
.sudo rm -rf /Library/Developer/CommandLineTools
).Reinstalling just CLT did not resolve the issue.
Related issues that helped me find the solution.
Upvotes: 0
Reputation: 764
Try to select your Command Line Tools in Xcode Preferences (⌘+, -> Locations)
Upvotes: 3