Use this tag for Xcode Command Line Tools. Which are tools for software developers that run on the command line, in the Terminal application.You can see a complete list of Xcode Command Line Tools by listing the contents of the directory /Library/Developer/CommandLineTools/usr/bin/
Questions tagged [xcode-command-line-tools]
106 questions
0
votes
1 answer
Xcode CommandLineTools installed but still getting the error: Xcode alone is not sufficient on Monterey
I have MacOS Montery 12.3.1 and I have already installed Xcode and installed CommandLineTools long time ago.
I have Xcode-select version:
xcode-select version 2395.
Now, while trying to install heroku cli I got the error:
Error: Xcode alone is not…

DoMaxBa
- 29
- 3
0
votes
1 answer
programmatically xcode build(ios library) -is it possible?
I have mac descktop app(flutter, small obfuscator for objective-c code). after obfuscation of the source code, the user builds a ios library in XCode. is it possible to start the build process from my application?
These my options are:
Xcode…

FetFrumos
- 5,388
- 8
- 60
- 98
0
votes
1 answer
Unable to switch Command Line Tools version from MacOSX13 to MacOSX12
I installed the command line tools 14.1_beta_3 (SDK MacOSX13.0.sdk) and I cannot switch back to use the command line tools for an SDK that is compatible with software I am trying to build.
I have both XCode 13.4.1 /Applications/xcode.app AND XCode…

Jake1164
- 12,291
- 6
- 47
- 64
0
votes
0 answers
Running deep links / universal links on an iOS device
Can I access something like the
xcrun simctl openurl booted "http://my_url"
or
adb shell am start -a android.intent.action.VIEW \
-c android.intent.category.BROWSABLE \
-d "http://my_url" com.myApp
inside an emulator / simulator.
Is there…

th_lo
- 461
- 3
- 18
0
votes
1 answer
What is the difference between CommandLineTools, MacosSDK and XCode?
My main confusion comes from these products seem to each have their own release versions and sometimes, these versions get mixed up and thus, making it very hard to know which version of build tools you are using.

naguyihs
- 9
- 1
0
votes
1 answer
`Executed 0 tests, with 0 failures (0 unexpected)` when running individual test cases in Xcode
When I run tests in Xcode, as long as I run all the tests collectively they execute normally. However, if I run only one individual test class or one individual test function within a test class, it doesn't execute any tests at all and…

wristbands
- 1,021
- 11
- 22
0
votes
0 answers
Building ncnn with Xcode Command Line Tools
This is my first time using Xcode Command Line Tools (13.2.1). I am following the instructions on how to build ncnn here: https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-macos
Do I need to go into Xcode or can I just run the commands in…

greenzebra
- 412
- 1
- 5
- 18
0
votes
1 answer
uname/ps/readlink/dirname - command not found issue in react-native while installing
I am getting this error while installing my react-native project -
/Users/username/.rvm/scripts/rvm: line 12: uname: command not found
/Users/username/.rvm/scripts/rvm: line 29: ps: command not…

Dev AKS
- 512
- 1
- 5
- 17
0
votes
1 answer
Launching Pip3 install package_name on macOS
I have installed homebrew this morning and I added the path in /Users/$USER/.homebrew/bin since this is the correct path for those who care about folder permissions in /usr/local
Taken from these sources:
applehelpwriter, which has been taken down…
0
votes
0 answers
Compilation failed after R update: stdio.h "Nonnull"
I recently upgraded my R version to 4.1.1 using HomeBrew. After straightening out some path problems in R, I tried re-installing my old packages, but I get a very long series of errors which seem to have to do with C compilation. Here's what happens…

Holt Dwyer
- 51
- 5
0
votes
1 answer
macOS Big Sur: When I run `npm install`, I get an error during the step `node-gyp rebuild`: `gyp: No Xcode or CLT version detected!`
On macOS Big Sur,
with node v14.17.1,
when I run npm install (for the package jq)
then I get the error (during the installation of the dependent node_module contextify):
node-gyp rebuild
No receipt for 'com.apple.pkg.CLTools_Executables' found at…

Pierre F
- 1,332
- 15
- 33
0
votes
1 answer
Issue with install xcode while installing ruby, rails and postgresql on macOS Big Sur 11.2.3
UPDATES
I'm having some issues on a new mac m1 and my install of ruby, rails, xcode and postgresql
First attempt:
##What I did ?
Installing homebrew, ruby, rails, postgresql
OS: macOS Big Sur Version 11.2.1 (20D74)
zsh: 5.8…

elviajero34
- 1
- 1
0
votes
1 answer
Flutter Xcode build failed error unable to spawn process
I followed the Flutter docs to the letter doing the install etc. Downloaded the Zip and extracted to my own dev directory. I added the flutter path.
export PATH="/Users/me/dev/flutter/bin:$PATH"
Tested flutter doctor
$ flutter doctor -v
[✓] Flutter…

Korupt
- 11
- 2
0
votes
1 answer
How do I fix a problem with CLT on Big Sur?
I am relatively new to coding on Mac so I apologize in advance if the question is too simple. I encounter the following error when executing a code after updating the OS to Bug Sur:
ld: unsupported tapi file type '!tapi-tbd' in YAML file…

Ali N.
- 1
- 1
0
votes
1 answer
gcc appears to be misconfigured in macOS Big Sur
I've been trying to build GCC 10.2 on my Intel MBP. As I've always done, I'm building from source and installing on /usr/local. Trouble is no matter what, the build fails on STAGE2 of bootstrapping. A careful search on all logs (including…

Osmar Tormena Junior
- 11
- 1