Vladislav Alekseev

Results 15 comments of Vladislav Alekseev

Currently there is no clean documentation about Swift support in Buck. It supports it up to some degree and I personally don't know what is that degree (e.g. does it...

I'd love this to be merged, so far no crashes for me, but I'd like to switch from locally changed version to the upstream.

Эпл ответили что теперь так и будет. Думаю, @yandex должен пофиксить.

Are there any plans to fix it? With this issue in place the incremental `pod install` becomes much less convenient. It means you are not really allowed to mess with...

This adds a lot of inconvenience for us. We constantly see compilation errors after switching branches and performing `pod install`. Then we have to `pod install --clean-install` to make project...

> Sorry there is no other issue except this one! I should have mentioned we've seen this issue internally not so much in public. @dnkoutso If there is an open...

@sebastianv1 Sure, we've noticed that, but we have like 70+ dev pods and some 3rdparty pods, and it is hard to know which projects will change after rebasing your branch...

I have the same issue, but with my SPM command line tool. For me, the build stopped working after update to Xcode 11.4. I've made some research here: https://forums.swift.org/t/xcode-11-4b3-spm-does-not-see-brew-deps/34307/8

@mital-defsys you can either figure it out and commit a fix yourself, or follow the solutions above. E.g. [mine](https://forums.swift.org/t/xcode-11-4b3-spm-does-not-see-brew-deps/34307/8) (for which I tend to blame brew). I don't think it...