CocoaPods / Rome

Makes it easy to build a list of frameworks.
MIT License
694 stars 64 forks source link

Specifying xcconfig params (such as SWIFT_VERSION) for individual pods #60

Closed jasonm23 closed 6 years ago

jasonm23 commented 6 years ago

As pod package developers don't expect Cocoapods to manage building frameworks using Rome, podspecs don't include xcconfig / build parameters, such as SWIFT_VERSION.

So when trying to run pod install or pod update with plugin 'cocoapods-rome' in the Podfile there are often errors about missing build params.

I wonder if Rome could read additional custom params from the Podfile so that we could supply the missing build params. (Instead of requiring the pod authors to update their podspecs to be compatible!)

Maybe there's another way out of this problem too?

tcamin commented 6 years ago

Hi, I had the same problem and just opened PR #61 to fix that

HTH

jasonm23 commented 6 years ago

Thank you @tcamin

orta commented 6 years ago

Yep agree, closing because of the post_install hook