Posts

Post not yet marked as solved
0 Replies
228 Views
When will Xcode support C++20 and its libraries in full? Even simple things like the header are still missing 3 years after C++20 was finalized.
Posted
by pjd.
Last updated
.
Post not yet marked as solved
0 Replies
730 Views
I am trying to run a Python script from the Terminal that uses portaudio to record from the mic. Since macOS 12.x, it no longer requests permission to access the mic and simply returns an error. PortAudioError: Error opening InputStream: Invalid number of channels [PaErrorCode -9998] Any ideas on how to allow mic access to a Python script?
Posted
by pjd.
Last updated
.
Post not yet marked as solved
2 Replies
5.2k Views
Does anyone know how to enable the current Clang C++20 feature support in Xcode 11.4.1?Neither C++2a, nor C++20 appear to be an option in the project's Apple Clang - Language - C++ settings for C++ Language Dialect.
Posted
by pjd.
Last updated
.