Thomas
Thomas
I expect there are many http servers on Android. For example, this one: https://gist.github.com/komamitsu/1893396
I just checked and this warning doesn't occur with the HEAD version of CHCSVParser.
You're right. This is occurring with Xcode 7. A related warning with Xcode 6.4 was fixed by moving to HEAD.
Dave has recently checked in changes to a 3.0.0 branch of this project. The 3.0.0 version is Swift-based and doesn't have this warning.
@hpique Unfortunately, @trilorez's fork doesn't appear to be available.
@erikhuizinga @manodupont My suggestion only works when you install git via brew. (I recommended installing it via brew because you can get the latest version easier.)
When installed with brew the full path should be: `/usr/local/etc/bash_completion.d/git-flow-completion.bash`. It should be installed there when you install git (via brew).
The encoding appears to be Mac OS Roman, but the `[NSString stringWithContentsOfURL: usedEncoding: error:]` method isn't able to determine the encoding and the `renderMarkdown` function isn't handling the error.