Closed pmanuelli closed 6 months ago
The change was done to fix #384
I'm not enough of a cocoapods expert to fully know what's going wrong here, but were you by chance forcing the value of DEFINES_MODULE
before and it's complaining about your override vs. what the podspec is now doing?
@paulb777 @mdmathias @jmagman any ideas?
Rereading some docs, I'm thinking the original issue suggested fix was wrong and it should be pod_target_xcconfig
not xcconfig
.
Agreed. Just read the same thing.
Apologies for suggesting the wrong fix, I hadn't seen that warning before.
3.4.1 published to cocoapods.
Hello,
We integrate GTMSessionFetcher using cocoapods. After upgrading GTMSessionFetcher to version 3.4.0 (via updating GoogleSignIn to version 7.1.0) we are getting the following warning:
Is this change intended? Maybe you wanted to use
pod_target_xcconfig
instead ofxcconfig
on the podspec file?Thank you!