Sbe-ng
Sbe-ng
related to #87 ! i have left stack trace if somebody can check whats going on.
Any update on this ?
That would be great to open folders in MacDown.
i resolve issue by simply creating 2 folders in /Users/$(whoami)/.local/. On my side these two folder were not created before. ```sh sudo mkdir /Users/$(whoami)/.local/bin sudo mkdir /Users/$(whoami)/.local/pipx ``` When i...
Any solution for this ?
I think we can consider this library dead by now, since no support fro SwiftUI :/ By the way i used this since 2023 : [SwiftMessages](https://github.com/SwiftKickMobile/SwiftMessages)
> > I think we can consider this library dead by now, since no support fro SwiftUI :/ > > By the way i used this since 2023 : [SwiftMessages](https://github.com/SwiftKickMobile/SwiftMessages)...
> Getting the same error.... I updated the latest Mac os Tahoe 26.0.1 > > Downloaded the latest Xcode - 26.0.1 but not able to install the simulator > >...
You can download any simulator in [here](https://developer.apple.com/download/all/) then manually install it : ```sh xcrun simctl runtime add "~/Downloads/iOS_18_Simulator_Runtime.dmg" ```