grab / cocoapods-pod-merge

Cocoapods plugin to merge pods used by your Xcode project, reducing the number of dynamic frameworks your app has to load on startup
MIT License
375 stars 24 forks source link

How to set " :modular_headers => false " in the merge file? #24

Open Jason8Zhang opened 3 years ago

Jason8Zhang commented 3 years ago

When I merge the private pod which has used swift, I got several build errors as below.

I have tried "use_modular_headers!" and "use_frameworks!", but I got get same errors either.

image