leavez / cocoapods-binary

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

Binary generation failed due to component dependency #152

Open xiayuanquan opened 2 years ago

xiayuanquan commented 2 years ago

If one component ModuleA uses import to import another component ModuleB, the binary cannot be generated and the error displays no such module'ModuleB', how to solve it?

xiayuanquan commented 2 years ago

image