-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCL 1.11.6 fails on OSX 10.15 #226
Comments
IIRC, 1.11 was already flaky on Mojave. Try the 1.12 dev version, and
hopefully someone will chime in with whether that works, so I'll know
whether to upgrade MY Mac.
…On Thu, Oct 10, 2019 at 11:55 AM Stonewall Ballard ***@***.***> wrote:
Launching CCL 1.11.6 on Catalina (MacOSX 10.15) opens the AltConsole with:
Error: Objective-C runtime exception:
-[__NSSingleEntryDictionaryI _setViewsNeedUpdateConstraints:]:
unrecognized selector sent to instance 0x6000002014c0
While executing: #<Anonymous Function #x3000011076FF>, in process
Initial(0).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#226?email_source=notifications&email_token=AAAJ7KLJXLFBAKNPWSEEQ7DQN5F6RA5CNFSM4I7O4PQKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HQ7HISQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAJ7KOT5646LHH4RNWXEPLQN5F6RANCNFSM4I7O4PQA>
.
|
Don't use 1.12dev.5 . It fails on 10.15. Don't upgrade 10.15
` But 1.11.6 on Catalina can work. You need enter 1.11.6 in terminal, and rebuild cocoa-application. |
Got this in the App Store version 1.11.6:
Before the app freeze you can still do (+ 1 3) |
For some reason, the current app store version is failing this way. I have done some experimentation, and rebuilding from source produces a working binary. However, there is an issue with Xcode 11.1: the assembler doesn't build a couple of lisp kernel files. Installing Xcode 10.3 and using xcode-select to use the Xcode 10.3 tools enables it to work. I have started working on an updated app store submission. I expect I'll have to learn about notarization (and hence the hardened runtime stuff) now. |
Great. I guess as always upgrade to new os should take care on our user side. Waiting and if you need beta users, I guess we are here. :-) |
Hi all :-) Matthew have you any hope to produce an upgrade app store version in the next future or is it a complicated matter requiring a lot fo work ? Best wishes. |
Ca marche !!! Thanks a lot Matthew, you saved my life ;-) Best wishes. |
The app store CCL works on Catalina, but it seems to be flaky/broken on Mojave now. |
In an earlier comment, I mentioned that the Xcode 11.1 assembler didn't like some of CCL's assembly-language file. I just submitted a bug report to Apple (FB7464217). This is the sample code, extracted from ccl sources. Note that I'm passing -Q because the ccl assembly code includes .stabs directives, which the llvm assembler doesn't support.
|
Launching CCL 1.11.6 on Catalina (MacOSX 10.15) opens the AltConsole with:
The text was updated successfully, but these errors were encountered: