leavez / cocoapods-binary

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

Do we need prebuild? #168

Open huihuang82 opened 1 year ago

huihuang82 commented 1 year ago

It's not a bug, just some comments.

I did some experiment to check in which case xcode will rebuild imported libraries.

and I found that, xcode will not rebuild the libraries(imported by cocoapod) that doesn't have code change since the last build.

I check this by looking at the build log carefully.

so just want to confirm this & get clear in which situation I need cocoapod-binary.

Thanks!