-
```
/Users/leonatan/Desktop/Aroesti/CPMobileSDK/Utils/jazzy/lib/jazzy/sourcekitten.rb:139:in `run_sourcekitten': Unable to find an Xcode with swift version 2.1.1. (RuntimeError)
from /Users/leonat…
-
`swift build --config release` fails with linker error:
``` log
root@8aa2d088c462:/Users/norio/github/swift-dev/SourceKitten# swift build --config release
Compile Swift Module 'Yaml' (6 sources)
Comp…
-
I'm trying to document [TimeExtensions](https://github.com/roshanr95/TimeExtensions) which has only two swift files.
Jazzy's stuck after the parsing stage for a long time. I'm running it in OS X Yosem…
-
Arguments
```
/Users/toshi0383/github/Sourcery/test/ /Users/toshi0383/github/Sourcery/test/autoequatable.swift.template /Users/toshi0383/github/Sourcery/out/
```
source: test/Sample.swift
```
…
-
I'm trying to use Jazzy to generate documentation for a unit-tests target in my Xcode project. This target has only Objective-C files.
Here are a couple of commands I've tried:
```
jazzy --objc --cl…
-
I cloned the repo and when I do `carthage update` I get the following
`ld: warning: directory not found for option '-L/Users/prabodhprakash/Library/Developer/Xcode/DerivedData/Yams-dytaixnmmqunhyfy…
-
I've tried to generate documentation for a project of mine.
Simply used:
```
jazzy --clean --github_url https://github.com/malcommac/SwiftDate.git
```
But it fails with error:
```
danielemm:~ danie…
-
**Environment**
- Jazzy 0.3.2
- OS X 10.11.1
- Ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-darwin15]
- Xcode 7.1 (7B91b)
- Swift 2.1
- Building iOS 7.0 target project
**Command**
``` bash
$ j…
-
e.g:
``` sh
% echo "let closure = { Void -> Void in }"|swiftlint lint --use-stdin
:1:17: error: Variable Name Violation: Variable name should start with a lowercase character: 'Void' (variable_name)
…
-
When a closure is used in this way, `swiftlint` raise a warning about the variable `lbl` not being used.
```swift
lazy var label: UILabel = { (lbl: UILabel) -> UILabel in
lbl.backgrou…