-
If, in Swift, I put the following comments before a function or property :
```
///
///
///
func theGivenMethod() {
}
```
or this
```
///
var theGivenProperty: AnyObject? = nil
```
respectively, in…
-
When I use `jazzy` to parse my project, but fails to encounter such error:
``` bash
fatal error: unexpectedly found nil while unwrapping an Optional value
from /Library/Ruby/Gems/2.0.0/gems/jazzy…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.14.1 x64
**Electron**: 1.3.13
**OS**: Mac OS X 10.12.3
**Thrown From**: [git-plus](https://github.com/akonwi/git-plus) package 7.3.1
…
rlam3 updated
7 years ago
-
I use jazzy --swift-version 2.1.1 to built my document, But It's still show the error message.
/Library/Ruby/Gems/2.0.0/gems/jazzy-0.5.0/lib/jazzy/sourcekitten.rb:137:in `run_sourcekitten': Unable to …
-
Currently `implements` is just an alias for `inherits`. But wouldn't it align more with language concepts of implementing some protocol and inheriting from some type if `inherits` will only contain in…
-
It happens to my three times so far, I install the gem, everything works fine, but after 3,4, 5 times exporting I get the following error:
Running xcodebuild
Could not parse compiler arguments from …
-
In a test run this morning your app crashes with the following error message:
Running xcodebuild -dry-run
parsing FBClientSupportFunctions.swift (1/15)
(...)
building site
/System/Library/Frameworks/…
-
Which is necessary to use SourceKitten in an Xcode Source Editor Extension
jpsim updated
8 years ago
-
Using jazzy v0.0.14 and ruby 2.1.5 on Yosemite installed via Homebrew I get a JSON parsing error and then a whole bunch of JSON code printed to console.
```
my-swift-prj$ jazzy
Running xcodebuild -dr…
-
This is a pretty critical omission from the generated release notes unfortunately.
https://github.com/mattstevens/objc-diff was able to pick up deprecation attributes, so we may want to look how they…