RY Zheng

Results 12 comments of RY Zheng

I encountered this issue too. In new 1.7.1 cocoapods, `xxx.bundle` in the A.static framework under `GeneratedFrameworks` folder. there is no After downgrading `CocoaPods` to 1.6.1, the `xxx.bundle` was generated again....

``` CocoaPods : 1.6.1 Xcode : 11.2.1 (11B500) cocoapods-binary: 0.4.4 ``` set `:binary => false` from `true`. The pod will integrate as source code.

I also removed this two lines of code. And, I can install local development pod https://github.com/leavez/cocoapods-binary/blob/04c02f8d1aeabf052c776fafa5a07bfa9ad29657/lib/cocoapods-binary/Integration.rb#L25 https://github.com/leavez/cocoapods-binary/blob/04c02f8d1aeabf052c776fafa5a07bfa9ad29657/lib/cocoapods-binary/Integration.rb#L127 But, it seems it is by design that it doesn't support development pods....

https://github.com/leavez/cocoapods-binary/issues/95#issuecomment-654065736

可能是版本问题 https://github.com/leavez/cocoapods-binary/issues/95#issuecomment-654065736

> 2\. It would be great to open with a section on on _why" this is important. Thank you for the reply. - For the 2nd point, in ` _why"...

> It's usually good to open with a small paragraph answering "how, who, what, why, where, and when": > > * What are we going to talk about? > *...

@rachelnabors So nice. > Google Doc Fine. Should I create the Google doc or you create it in your google drive? My google account is `[email protected]` . > This doc...

> Also thinking it actually belongs under "Interactions"—it's far too advanced for the Basics section :D - I moved the article to "Interactions" section. Feel free to tell me if...

Would you share more details about your questions? Like what efforts you have made? If it doesn't work, what is the error? and your example code?