CocoaPods / Rome

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

Device architectures are missing for some pods #43

Closed absolutlabs closed 8 years ago

absolutlabs commented 8 years ago

Hello

With the last fix ( #42 ) simulator & device architectures are correctly built into one framework for most of the pods I tried, but I only get simulator ones for few of them. For example, with Underscore.m or UINavigationItem-Loading

Are the pods "invalid" in some way ?

thank you !

neonichu commented 8 years ago

Might be that the build path isn't correctly determined because the names aren't C99 identifiers — I'll investigate!

neonichu commented 8 years ago

The issue was as expected, the path to the binaries for lipo was incorrect, depending on the pod's name. Fixed and shipped in version 0.7.0

absolutlabs commented 8 years ago

works perfectly ! thank you :)

danielmhanover commented 7 years ago

Is this issue fixed in the CP-1.1.0 branch?