-
I have to disable Swiftlint to bypass this error message. i assume it to do with the beta version, would it be possible to only show message but allow the build/run to continue?
`Xcode Version 7.3 b…
-
Hi,
I'm getting this error when running (i.e. `` on insert mode):
```
Error detected while processing /Users/pedrofranceschi/.dot/vim/plugged/autocomplete-swift/autoload/autocomplete_swift.vim:…
-
Currently enums assume that the first type after `:` is a rawValue type. But that will fail in a couple of scenarios. There are several different ways to define valid enum:
1. Enum explicitly imple…
-
I keep receiving this error:
`run_sourcekitten : Unable to find an Xcode with swift version 2.1. (RuntimeError) whenever I run the command`
The command I used was:
`jazzy`
This is my first time us…
-
After much trouble I finally installed Jazzy successfully. Then from the Terminal, I navigate inside an Swift Xcode project which I have documented according to the new [Swift documentation](http://ns…
-
Looks like although the renderer says space after header is false... it is not producing the correct output.
I have a README.md file that has...
```
Blah
==========
Blah is designed to create a bas…
-
Taken from https://github.com/realm/jazzy/issues/242#issuecomment-116748774:
> For me, jazzy chokes on most extensions (pretty much all of the ones that I have). Is it just me or should I file this a…
jpsim updated
8 years ago
-
I upgraded to Jazzy 0.2 by completely uninstalling jazzy and then running `gem install jazzy`, because I wanted Swift 1.2 support.
When I try to run jazzy inside my project folder, after 5 files (alw…
-
Version: [`v0.6.3`](https://github.com/realm/jazzy/tree/v0.6.3)
I'm currently using a Swift library called [R.swift](https://github.com/mac-cain13/R.swift) that's located in `myProjectDir/Pods/R.swif…
-
jazzy 0.0.20 seems to include extra characters at the end of the declaration section for functions declared as `@noreturn`.
In the following screenshot, a portion of the text from the function implem…