Skip to content

Conversation

@opfeffer
Copy link
Contributor

@opfeffer opfeffer commented Jan 6, 2020

Problem

CocoaPods 1.7.0 added "Multiple Xcodeproj Generation" for large projects (see http://blog.cocoapods.org/CocoaPods-1.7.0-beta/#multiple-xcodeproj-generation). To enable, one can add the following line to one's Podfile:

install! 'cocoapods', :generate_multiple_pod_projects => true

However, enabling it leads to compilation errors in the latest version of this library (libPusher v1.6.3):

libPusher

This is due to libPusher importing SocketRocket.h without clearly indicating its coming from another framework.

@TomKemp could you take a look? I see that the last published version is more than two years old, so I'm not sure if this library is still actively maintained, but I'd appreciate if this PR could get merged and a new release published to cocoapods master spec repo. Thanks

@TomKemp
Copy link
Contributor

TomKemp commented Jan 10, 2020

Hi @opfeffer. Thanks very much for the PR. That looks good to me, I'll merge it now.

The tests aren't passing on master currently, so I'm going to fix those and then I'll release a new version.

@TomKemp TomKemp merged commit 9ec86b9 into pusher:master Jan 10, 2020
@TomKemp
Copy link
Contributor

TomKemp commented Jan 20, 2020

Hi @opfeffer. I've released that fix now. Let me know if you have any problems.

@opfeffer
Copy link
Contributor Author

Hi @opfeffer. I've released that fix now. Let me know if you have any problems.

Thank you so much @TomKemp - say, will you push 1.6.4 to cocoapods master spec repo as well? I see 1.6.3 still being the latest there. https://cocoapods.org/pods/libPusher

@TomKemp
Copy link
Contributor

TomKemp commented Jan 20, 2020

I pushed it to cocoapods earlier on. Does a pod repo update help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants