Post

Replies

Boosts

Views

Activity

Reply to Can you remove Rosetta 2 on Apple Silicon?
Coming at you from 2025, where people are once again deleting Rosetta 2 because it blocks an update. Do not delete libexec, delete libexec/oah, because there's an executable in libexec that isn't part of Rosetta 2. Unless this is something new. Then just pay attention to that package listing and only delete folders that were explicitly created by the packager, and not if they contain anything else not in the installer list.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’25
Reply to Game porting toolkit build error
Xcode 15 beta 3 and newer (including the current beta 5) fails to link certain x86_64 objects. It also fails to link libbass and friends from un4seen.com, unless they are built to target macOS 10.6 or newer. The current public distributions of those are built with Xcode 8 and target 10.5 or newer. The same problem may apply to code built with non-Xcode versions of GCC or Clang. This appears to be a regression in Xcode, which I have reported as FB 12698037. Though they may just close it as intentional behavior, in which case, say goodbye to compatibility for who knows how long.
Topic: Graphics & Games SubTopic: General Tags:
Aug ’23
Reply to Run Xcode 13.x on macOS Ventura?
This whole thing raises the point as to whether it is even worth running the betas at all if you're a developer. If you're a developer, you need to release your app to the App Store on a regular basis, and you can't do this with a beta. So why even bother testing it? I cannot take a four month vacation from releasing app updates, and dual booting is inconvenient when I actually have to use the machine, as I'd rather spend time using the OS I can actually develop from.
Jul ’22
Reply to Xcode 11 hangs while attaching debugger to ios process
I have this issue randomly with Xcode 13.4.1 under macOS 12.4 on Apple Silicon, debugging a Mac app, not Rosetta. Breaking the app shows the main thread is stuck in a function called uniquing_table_stack_retain, underneath of an NSWindow function. The rest of the app is non-responsive. The only thing I've found to fix it is to completely terminate the debug session and hope the next one doesn't get stuck. I should mention that my hangups mostly happen when debugging with full Guard Malloc and Malloc Scribble enabled for the run, which also has a huge impact on memory usage and allocation overhead, both used memory and time to allocate.
Jul ’22