@KabukiVision You can also try to have only one copy of the app with the same CFBundleVersion anywhere on the system. If multiple exist (like debug and release builds) the one Launch Services picks to try to load your resources from is indeterminate.
@bjhomer It looks like Network is re-exporting the libnetwork library that that’s what gets linked against when letting it link for the module automatically when targeting 10.14+. Try -weak-lnetwork or adding libnetwork to the link libraries phase and setting status to optional.
@steipete@drewmccormack There are user defaults to disable swipe navigation specifically for trackpads and the Magic Mouse, works in multiple apps: https://t.co/bWajv8WlQJ
@an0 They’re macros for applying the cold (rarely called) and noreturn (should never return) optimization attributes to functions like objc_exception_throw and objc_terminate if available in the compiler.
@tonyarnold I've been able to work around it through Preferences > Behaviors > Running > Starts > Show debugger with Variables & Console view. “Generates output” no longer seems to work.
@NolanOBrien Being replaced by the UniformTypeIdentifiers framework: https://t.co/0Kg2FDGtJO.
Replacements are noted in the diff, and you can see the full ObjC list of symbols here: https://t.co/sE6kWwkeX5