-
Notifications
You must be signed in to change notification settings - Fork 7
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
macOS 15.1 problems #191
Comments
Hey there! Did this start happening when you upgraded your macOS or when you upgraded Vivify? Another question, could you let me know what your |
Technically, I updated macOS first (to latest version). This broke the command The PATH issues started after the PATH output:
I had added viv and vivify to that PATH (to the Cellar install), but that didn't change anything on my end. |
Okay, strange. I'm not on 15.1.1 yet so it's a bit hard to debug, I might try and upgrade in the next days. Does your |
Ah and also from your first description it seems you can't even run |
No results for
Will try download from release page next |
So a couple things. I got a pop-up saying macos could not verify that the program does not contain malware. It suggested trashing the file and clicking "Done" didn't do anything. I had to set special privileges in When I finally got it to run, I got this error:
|
Ah then Homebrew never installed the executables into the brew uninstall vivify
brew cleanup Then check that there's nothing Vivify-related left in
Ah, that suggests that Apple decided to change their super useful security stuff yet again... I'll look into that but it'll probably take a while, might be that GH needs to update their runners to the newest macOS for this to work, which is something they are usually super slow with.
This part is a bit strange because it should be using test /opt/homebrew/opt/icu4c@76/lib/libicui18n.76.dylib && echo exists || echo missing say |
All that said, I can't promise I'll be able to fix things soon. What you can do to use Vivify anyways in the meantime is building yourself, that should definitely work. I'll give you quick instructions here so you don't have to read too much:
This way it will use your installed |
Running these commands didn't change anything. However, running
finally got |
|
After linking, this error still persists
|
Actually, the issue with the |
Followed instructions with manual build and everything is working. I had to install No problem on a quick fix. Will be great to see this updated via Thanks for the quick reply. Glad I could help debug Apple's "super useful security stuff" 😄 . Let me know if you want me to try more stuff so you don't have to risk an upgrade. 🍻 |
Awesome, thank you for all the help! I'm trying to get the CI to make a working build now, I'll let you know if I'm successful ^^ If the library stuff works I'll message you here and ask you to check if the security thing is still an issue :) |
Hey again! I think I have finally fixed the library issue for good now. The security issue probably not though, from what I have read in brief research it seems that the only way to avoid this is to sign the executables with a paid 100$/year Apple Developer account... I'll look into that. Would you be so kind and verify that the build downloaded from the CI run here works for you? You can go to the page, scroll down to Artifacts and download EDIT: There seem to be no good resources about the security thing so I've contacted Apple support, let's see if/what they reply. |
Right, I get the same security prompts: First run:
Output:
Then navigating to settings and allowing: Then second run:
Selected "Open Anyway" Final output:
|
I notice the |
Thanks! Right, that's another dependency. The release notes will include this in the future and the Brew package automatically installs them. These are the dependencies:
Could you try again after having installed all of those? |
After
|
Great, thanks! That will be it for now, let's see what Apple support says |
I haven't heard back from support, don't know how long that'll take so for now I merged the PR for the dependency version fixes and am releasing 0.6.3 with that in a second. Could you upgrade to that version via Homebrew and let me know if you can run EDIT: ready :) |
Description
viv
does not appear on path after installing withbrew
. May also be related to recent upgrade to macOS Sequoia 15.1.1.Adding
viv
andvivify-server
directly to PATH in.zshrc
also did not resolve problem.This of course breaks the
vivify.vim
plugin (which I was using before).To Reproduce
Context
If I run directly from
brew
install location:The text was updated successfully, but these errors were encountered: