phil

Results 27 comments of phil

@johnno1962 hi, i have the same question, i use pod too //Injection Console *\* BUILD FAILED **


The following build commands failed:
 Ld build/Debug-iphonesimulator/InjectionBundle.bundle/InjectionBundle normal x86_64
(1 failure)

**\* Build...

ok,I solve this question. just build the pods-Project~~~ ![image](https://cloud.githubusercontent.com/assets/626401/13726781/8ddecbcc-e911-11e5-922d-596b21b048f3.png)

项目中加入了一个AuthPlugin, 可以参考一下 [AuthPlugin.swift](https://github.com/yangKJ/RxNetworks/blob/master/RxNetworks/Plugins/Auth/AuthPlugin.swift)

建议你先跑demo或者使用`:git=>`方式集成 毕竟这个改动比较大,怕影响到其他用户

@guykogus First, are we still using Slack? If we are, we need to update the link. If not, then we should remove this link.

The Xcode14.0Beta2 fixed the problem.

You can check by `#if canImport(CocoaDebug)` ```swift #if canImport(CocoaDebug) import CocoaDebug #endif ```

@liubiaocong may be you can see [extension for URLNavigator](https://github.com/philCc/URLNavigatorExt)

i have the same pro because my app have 2 windonws in sharedApplication?.windows i think ,you need find the keywindow > UIViewController+TopMostViewController.swft: line 15: , window.isKeyWindow ```swift open class var...