Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix a bug when a local podspec is used by multiple targets with different platforms #710
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
fabiopelosin
Jan 7, 2013
Owner
Although the fix is good I'm not pulling this in because the issue that you are experiencing is just the tip of bigger icerberg related to issues using the same pod for multiple architectures and this implementation has been substantially changed in the 0.17 branch.
Thanks for the submission anyway. The issue should be fixed in the next release.
Although the fix is good I'm not pulling this in because the issue that you are experiencing is just the tip of bigger icerberg related to issues using the same pod for multiple architectures and this implementation has been substantially changed in the 0.17 branch. Thanks for the submission anyway. The issue should be fixed in the next release. |
etodd commentedDec 28, 2012
Here's what happened:
This change fixed the issue for me. Probably not the most elegant way to solve the problem, but probably the easiest and least likely to break anything.