Marko Hlebar
Marko Hlebar
Good man, cheers!
Hey @mikar, okay I'll just find a project of ridiculous size and try and reproduce this.
XCodeEditor is using the same class name as some of the internal OSX class and they are conflicting. A solution would be to rename the class in XCodeEditor.
Well, you can do it locally in your project... XCodeEditor is inside the pods folder. Just rename XCBuildConfiguration to XCBuildConfig or something.
The best thing to do would be to make a PR to XcodeEditor itself.
@jasperblues that's awesome!
Yeah that is also in the roadmap, maybe a quicker solution as well... My idea was that I didn't want to force people to use modules if they don't want...
Hey @aspcartman sorry I'm super busy with other stuff. Had a brief look at it, and I think you might be right. The way we're using `BINDO` is always by...
@benvium good shout! BINDO is pretty useful I agree. I think shorthands are a waste of space though :) I don't want to be precious about features and maintain stuff...
Hey @passol1988 sorry I will try to fix the demo app ASAP, I've broken it accidentally and didn't have time to repair it.