langyanduan
langyanduan
Use `co_delay()` cause a circular reference between `COTimeChan` and `CODispatchTimer`
PodA.podspec ```ruby ... s.vendored_libraries = "lib/macOS/a.dylib" ... ``` PodB.podspec ```ruby ... s.source_files = "src/**/*.{h,m}" s.dependency 'PodA' ... ``` App's Podfile: ``` target 'App' do use_frameworks! pod 'PodA' pod 'PodB' end...
##### protoc ``` $ brew update $ brew install protobuf --devel --verbose ... $ protoc --version libprotoc 3.0.0 ``` ##### protobuf-swift ``` $ git clone https://github.com/alexeyxo/protobuf-swift $ git checkout -b...
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...
can add config for `--add-host=[]` with `run` command ?
for https://github.com/CocoaPods/CocoaPods/pull/10183