darkedge
darkedge
` pod framework WCDB.podspec --spec-sources=https://github.com/Tencent/wcdb.git --force --configuration=Release ` 报错 ``` [!] Unable to find a specification for `WCDBOptimizedSQLCipher (~> 1.2.0)` depended upon by `WCDB` You have either: * mistyped the...
### Command ``` /usr/local/bin/pod bin --help ``` ### Report * What did you do? * What did you expect to happen? * What happened instead? ### Stack ``` CocoaPods :...
**Is your feature request related to a problem? Please describe.** I would like to make wss requests through a socks5 proxy. For example: user:[email protected]:10086 ``` /// - proxy: Host component...
ex: user:[email protected]:10086 type: socks5 ``` Proxy.socksServer(host: "127.0.0.1", port: 10086) ``` Unable to set authentication information