Saagar Jha

Results 319 comments of Saagar Jha

Usually this kind of thing happens when you are missing the submodules. Did you clone the repository recursively?

As far as I am aware, there is no work underway to support this feature at the moment. It's still open if anyone wants to jump in and implement it,...

@Juice805 While you wait, you could try converting SwiftLintXcode to your own extension. Fork Swimat and copy paste their formatting code to replace ours.

The ability to hook to the "save" event is not currently officially available to Source Editor Extensions, but since this is a commonly asked feature we're looking into workarounds ;)

I was able to fix this by registering Xcode with Launch Services again: ```console $ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -f /path/to/Xcode.app ``` I think this happens if you confuse Launch Services by switching...

Did any of the solutions posted in this thread help?

Can you try [this](https://github.com/Jintin/Swimat/issues/195#issuecomment-436964223) and send me to the output? If that doesn't work, can you try registering all of the Xcodes you have on your machine and trying again...

Just run the `lsregister` command I mentioned above repeatedly with the path to your Xcode substituted in where specified.

I think this is more a problem with "this Mac can't connect to Apple's servers to verify notarization" and less "we are signing Swimat incorrectly". Getting Swimat on the App...