Munir Wanis

Results 7 comments of Munir Wanis

What Xcode version are you using? I just cloned, opened the `.xcworspace` and changed the target to `VSTextFieldExampleApp`, ran and worked fine. On Xcode 10.

I'll try to update the README in the upcoming days.

I'm having the same problem and I don't think this is duplicated.

@fredyang @Tatsh I am using bash for windows. I discovered the solution! The problem was at the `PS1+="\n"` line! Just change `.bash_prompt` file [this line](https://github.com/mathiasbynens/dotfiles/blob/master/.bash_prompt#L115) for that one: `PS1+=$'\n';` Is...

I'm using minGW, it comes with git for windows. Maybe the problem is just with minGW decoding since you are using Cygwin bash and it works ok! Thanks for the...

Could you bump the minor version from Zip in its `podspec` (`2.1.3`) file like in this PR, please? 🙇 https://github.com/marmelroy/Zip/commit/67fa55813b9e7b3b9acee9c0ae501def28746d76 I think this also has to be added to `podspec`...