Questions tagged [development]

WARNING: questions that require code level details of programming languages are generally off topic here. See the [help] for details.

Development and programming is the act of making a program as opposed to using the features that are already in a program or app.

Most programming questions should be asked at https://stackoverflow.com, so please read both to see which is a better place for your question on programming or development.

However, Ask Different accepts scripting and macro "programming" questions as well as iTunes-Connect questions that are more about the service and app stores Apple runs as opposed to the details of making code do things using the hardware and software, so feel free to ask those!

482 questions
2752
votes
7 answers

Why am I getting an “invalid active developer path” when attempting to use Git after upgrading to macOS Ventura?

After upgrading to macOS Ventura, I tried to run git from Terminal but it kept giving me the following error: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:…
The Onin
  • 61,125
  • 4
  • 13
  • 17
58
votes
15 answers

What's a good XML viewer/editor for Mac OS X?

I use XML Editor from XMLmind for editing/viewing XML file in Mac. It's not bad, but I expect an XML editor for Mac. What options do I have including the commercial/free software?
prosseek
  • 5,554
  • 13
  • 48
  • 83
52
votes
1 answer

How do I uninstall the command line tools for Xcode?

We have a bunch of Mac at work that no longer require Xcode or command line tools so we'd like to remove them so the compilers aren't hanging around and we don't have to keep updating them when updates arrive. Before Xcode was in the Mac App Store,…
bmike
  • 226,393
  • 78
  • 398
  • 871
50
votes
11 answers

Is there an OS X equivalent to the web debugging proxy Fiddler?

I do web development on Windows for my day job, and I rely a lot on Fiddler, which is web debugging proxy. What is an equivalent tool for OS X?
James Sulak
  • 603
  • 1
  • 5
  • 6
47
votes
11 answers

How to increase font size of Eclipse globally?

I'd like to know how to increase the font size for Eclipse so it adjusts the whole GUI to not look so darn small on my screen. For NetBeans there is the --font-size switch which can be set in netbeans.conf, is there something similar for…
Michael Lange
  • 573
  • 1
  • 4
  • 4
43
votes
7 answers

How to send an email from command line?

How to send an email from command line or script? I want to be able to run the script programmatically by passing the receiver and the message.
michelemarcon
  • 669
  • 2
  • 6
  • 7
42
votes
7 answers

As a developer, what will I miss on a Macbook Air? [MBA vs MBP]

I am an indie game developer. I am in love with the Mackbook Air [13 inch], and want to buy it. I was wondering: Will I miss the DVD drive, and upgradability if I am choosing a Macbook Air over Macbook Pro or a Thinkpad Machine? Is the form factor…
Hari Krishna Ganji
  • 547
  • 1
  • 4
  • 8
38
votes
4 answers

How to install recent clang++ with Homebrew?

I've tried brew install llvm but after that I cannot find any clang++* executable under /usr/local. Thus my question: How to get clang++ via Homebrew?
maxschlepzig
  • 753
  • 1
  • 5
  • 10
37
votes
11 answers

MacBook Retina Display for coding

This is a question that could be better on Stack Overflow or Programmers, but I thought I'd try it here first. As a programmer, I need lots of screen real-estate for the IDE and files that I'm editing. If I need to work from a laptop, I currently…
Roddy
  • 673
  • 2
  • 8
  • 14
33
votes
3 answers

Enable "Developer" inside the "Settings" app on iOS

Before Xcode 6 one could go to the Xcode Organizer window. Tap on the Devices tab. Select the connected device and click the "Use for Development" button. See here. However with Xcode 6 there are no longer a "Use for Development" button. So how does…
neoneye
  • 3,112
  • 5
  • 28
  • 43
28
votes
3 answers

Why is /usr/include missing? I have Xcode and Command Line Tools installed (Mojave)

I just upgraded to Mojave from High Sierra and installed Xcode plus its command line tools and additional tools. Nothing will compile from the terminal, everything says /usr/include is missing! I checked and ALL the Dev related dirs under /usr are…
Bryan Dunphy
  • 543
  • 1
  • 5
  • 14
26
votes
5 answers

Xcode 7 develop for iOS without developer account

I have updated my iPod to iOS 9 and want to make my own apps for it, however, I do not want to pay for a developer account because of how much it costs. I read that in Xcode 7 that you can develop apps for iOS without a developer account, this does…
iProgram
  • 4,480
  • 19
  • 59
  • 87
26
votes
39 answers

iOS Developer Tools & Utilities (must haves and nice to haves)

I'm new to Mac's in general and iOS development. I've used an iPhone and iPad, and I'm looking to write apps for both. I'm a (newly) registered Apple developer and have Xcode downloaded and working my through it. My question is this: Are there any…
DevSolo
  • 113
  • 4
  • 8
25
votes
3 answers

Homebrew installed libraries, how do I use them?

I'm a bit confused. I've installed a bunch of libraries (e.g. vtk, gsl,...) that I need for a c++ project for school. I used homebrew to install them (luckily there were formulas available). My question is, does Homebrew link these into…
romeovs
  • 4,143
  • 8
  • 23
  • 32
24
votes
2 answers

How do I use non-"legacy" launchctl commands to load and unload plists?

I have some plist files in ~/Library/LaunchAgents. I have been happily using launchctl load -w and launchctl unload -w to turn these on and off for years. However, I notice that now load and unload are relegated to the "legacy" section of the man…
Glyph
  • 854
  • 5
  • 25
1
2 3
32 33