facebookarchive / pop

An extensible iOS and OS X animation library, useful for physics-based interactions.
Other
19.66k stars 2.88k forks source link

Update release on Cocoapods #259

Closed souzainf3 closed 9 years ago

souzainf3 commented 9 years ago

Update release distributed in cocoapods

iantheparker commented 9 years ago

I just updated my cocoapods to 0.38.2 and I got this error:

[!] Can't merge user_target_xcconfig for pod targets: ["Realm", "Headers", "pop"]. Singular build setting CLANG_CXX_LANGUAGE_STANDARD has different values.

Now I've got a bajillion compiler errors everywhere there was a lovely pop animation :(

grp commented 9 years ago

@iantheparker That seems like it's related to a Cocoapods update (and more specifically, a very reasonable conflict between build settings between pods). I'd suggest comparing the value of the build setting it noted between those Pods and sending pull requests as appropriate to make them match, but it's hard to say for your specific case.

@souzainf3 Thanks for filing. We'll look into updating the Cocoapod, but generally you can track master without too many issues rather than a specific version.