Lun Wang

Results 42 issues of Lun Wang

I encountered the case that when the project is huge, there will be thousands of lines of build log and the build will stop at some time. probably it failed...

First, I run `pod install`, there are some errors about conflicts and no platform was specified. Then, I added `platform :ios, '8.0'` in Podfile. the `no platform was specified` is...

https://github.com/giginet/Crossroad/blob/4788906925bba46eb5623ade4cd320b8526052d3/Tests/CrossroadTests/RouterTests.swift#L38-L60 When we register it's such a trouble to write the scheme all the time when we've declared the scheme for Router! If you really wan to do so, you...

**Is your feature request related to a problem? Please describe.** I need to delete some nodes or some subgraphs with certain conditions but there is no API for it **Describe...

`installer.sandbox.project` is gone `include_in_build_config` is gone since 1.6

在PageViewController内显示的controller生命周期有点问题 `-viewWillAppear:` `-viewDidAppear:` 同时被调用 `-viewWillDisappear:` 会调用 `-viewDidDisappear:` 永远不会调用

"swift.path.sourcekite": "/path/to/repo/sourcekite/.build/debug/sourcekite" Set the path as `/path/to/repo/...` is kinda pain for me If it supports homebrew, things would be easier

``` swift build -Xswiftc -framework -Xswiftc sourcekitd -Xswiftc -F -Xswiftc /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/lib -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/lib ``` I've installed the swiftenv correctly. It seems the toolchains path is different from yours...

if the dependencies are written in the subspec of development pods, then it will not be listed in the graph