leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

'all_binary' option has a problem. #112

Open meccatol opened 4 years ago

meccatol commented 4 years ago
   CocoaPods : 1.8.4
       Xcode : 11.2.1 (11B500)
cocoapods-binary      : 0.4.4
plugin 'cocoapods-binary'

And sample project link. https://github.com/meccatol/PodBinaryTestingProject/commits/bug_in_all_binary_option

--

Hello. It's beneficial for using Cocoapods frameworks (not Codes!) Thanks.

When I used it with 'all_binary' option, I found some weird things.

'all_binary' and ':binary => false' combinations has a problem that causes not fetching sub dependency.

I attached the sample project link. It has two commits after the initial commit.

The first one has a problem that I told before. Seconds one has not any problem. It seems very well when no 'all_binary' option and specifying ':binary => true or false' each by explicitly.

Please take a look at this problem! Thanks.

Wei18 commented 4 years ago

Hi Is anything update?