Keith Smiley
Keith Smiley
we need to fill out the actual symbols here, but i think this will work as expected once we do. we might need to make that file configurable as well
It's likely that you're switching between x86 and arm64 bazel versions, and hitting https://github.com/bazelbuild/bazel/issues/15350 You likely need to `bazelisk clean --expunge`, and rebuild, and if it still doesn't work maybe...
You can pass `-Wl,-no_fixup_chains` to disable them entirely for now, but that flag is undocumented and who knows if it will exist in the future.
I'm not having any trouble on 2.4.6, does it crash on any particular screen for you? 
Actually this does crash for me after a little while. But I don't see any crash reports 🤔
It looks like tweetbot exists with a 0 status code, here's the backtrace at that point: ``` (lldb) bt * thread #1: tid = 0x86720, 0x00007fffb06af47b libsystem_c.dylib`exit, queue = 'com.apple.main-thread',...
It looks like there are a few new entries in the default colors plist, so maybe they're required.
I added the missing keys, with this patch (note the colors are not corrected) but it still crashes silently: ```diff --- /Users/ksmiley/Downloads/Colors.plist 2017-01-29 19:24:40.000000000 -0800 +++ Colors.plist 2017-01-29 19:23:21.000000000 -0800...
Meaning they're doing more than just what the MAS provides to validate this?
Obviously I have no inside knowledge on the internals of tweetbot, but some thoughts about this: I imagine this isn't particularly easy for them to solve on the codesigning side....