Questions tagged [xcode]
WARNING: Almost all questions about development or app distribution are off topic here. See the Help Center for details. Xcode is Apple's official software development environment for Mac OS X and iOS
1,524 questions
1
vote
1
answer
142
views
Program for recent iphone on macos ventura
I need to code a small app targeting the PhotoKit api on iOS 26.1 to push photos to a nextcloud server for a friend of mine 1. Issue: while I usually use linux, I still managed to borrow a MacBook Pro ...
0
votes
0
answers
100
views
Unmounting multiple IOS simulators
In my Disk Utility I see five “Apple Disk Image Media” volumes. They all appear to be IOS simulators.
Now, I have done a little IOS development in XCode, but I don’t understand why these images ...
1
vote
2
answers
278
views
Error: Xcode alone is not sufficient on Ventura
Trying to brew update and brew upgrade on my Ventura 13.7.8 to bring the packages up to date.
But ran into this error:
==> Upgrading freetype
2.13.3 -> 2.14.1_1
Warning: A newer Command Line ...
0
votes
1
answer
122
views
How to compile C++ program on macOS?
My macOS version is:
$ uname -a
Darwin nanxiaos-MacBook-Pro.local 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22 19:54:26 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T8112 arm64
I wrote a simple ...
0
votes
0
answers
24
views
I have a Mac with Ventura 13 how do I get Xcode [duplicate]
I need Xcode for a secret project. I have already used the App Store but it says I need 15.2
0
votes
0
answers
80
views
Installing iOS simulator without admin rights: is it possible?
I work as mobile app dev. Our development machine is 256 GB Macbook M2. Due to security reasons, our accounts is non-admin so installing some apps or tweaking some macOS settings to make debugging ...
1
vote
1
answer
251
views
No Account for Team "ACYN95Q4MS". Add a new account in Accounts settings or verify that your accounts have valid credentials
Client provided me with a provisioning profile, which I have already uploaded. They also sent an invitation to my office Apple ID, which I accepted. I’m logged in with this Apple ID in Xcode.
The ...
0
votes
1
answer
192
views
How to permanently override Homebrew's dependency check for a package?
When compiling Homebrew packages from formulae, I wish to override a dependency, permanently and forever, for all existing packages/formulas, now and in the future.
I'm looking for a simple switch/...
0
votes
1
answer
149
views
FileMerge stuck on initializing
I'm trying to compare two directory trees via FileMerge and it's stuck on "status: initializing..." for several hours now (statusbar in lower left corner). I've already tried to cancel and ...
1
vote
1
answer
155
views
Installing clang from LLVM website alongside clang from Xcode command line tools
I want to install clang from the LLVM website (18.1.8 at the time of writing), but I also use Xcode which comes with clang 17.0.0 in the command line tools (also at the time of writing). I'm wondering ...
7
votes
1
answer
1k
views
Why do /usr/bin/gcc, /usr/bin/g++, /usr/bin/clang, /usr/bin/python3, /usr/bin/git, and other 71 files have the same inode number?
I'm using MacOS 12.7.6. The command
ls -li /usr/bin/gcc /usr/bin/g++ /usr/bin/clang /usr/bin/python3 /usr/bin/git
gives
1152921500312781356 -rwxr-xr-x 76 root wheel 167120 Jul 17 2024 /usr/bin/...
1
vote
1
answer
6k
views
Installing Xcode on MacOS Ventura 13.7?
My mac is running MacOS Ventura, version 13.7. I tried installing Xcode from the App Store, but it won't let it install because it says that it can only install on version 15.2 or higher.
Is anyone ...
1
vote
0
answers
79
views
What software do you use to test desktop applications on macOS [closed]
In our small company, which develops desktop applications for macOS, a question has arisen: how can we automate the testing processes? One option is to use XCTest, the functionality built into Xcode. ...
2
votes
0
answers
85
views
How to stop Xcode 16 from re-indenting on auto-complete?
Since Xcode 16, every time you accept the autocomplete suggestion, Xcode also re-indents the code. It here really no way to disable this behavior or am I missing something?
I searched the Internet for ...
1
vote
0
answers
89
views
Xcode doesn't show all symbol names in backtrace when Unit Testing [closed]
When I add breakpoint into the unit test, it stops properly, however the items in backtrace shows as 0x1... (for functions from within the application under test). It does that in when i type bt into ...