Eric Amorde

Results 57 comments of Eric Amorde

@fer662 what exactly is broken? there are a few things discussed in this issue.

I'm guessing something changed within cocoapods in regards to the way they collect sources, so the same source is being added twice. Can you run the command with the `verbose`...

Based on your output, it looks like you had two versions of the plugin installed. 2.0.0 and 2.0.1, according to the log > On Oct 28, 2015, at 21:12, tianliang...

Private module maps unfortunately don't get exposed to Swift as far as I remember. I ran into this myself at one point. My biggest concern here is exposing this by...

@joesus that issue looks unrelated, since the file exists in that case (note the line number in `FBSDKCoreKit/Core] xcodebuild: /privateTarget Support Files/Pods-App/Pods-App-resources.sh:107: error: Unexpected failure`) If you are experiencing a...

This issue is still open, but [this comment](https://github.com/CocoaPods/CocoaPods/issues/8677#issuecomment-480247466) provided some steps for a potential workaround if this is affecting you.

Sounds like this would be a welcomed change is anyone wants to submit a PR 👍

Should we always mark development pods as dirty? It will slow down install but it seems like that's the _correct_ thing to do since things could change at any point...

@west0r if this is a significant issue for your team then maybe you could consider contributing improvements :) @beefon if this is causing more friction for you than the decreased...

I think Interface Builder doesn't work with static libs, does this work without setting `static_framework = true`?