Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SocketRocket/SRWebSocket.h file not found #463

Closed
EvgenyKarkan opened this issue Aug 12, 2016 · 4 comments
Closed

SocketRocket/SRWebSocket.h file not found #463

EvgenyKarkan opened this issue Aug 12, 2016 · 4 comments

Comments

@EvgenyKarkan
Copy link
Contributor

EvgenyKarkan commented Aug 12, 2016

Hello team.
I'm trying to execute unit tests from AblySpec target, but while building it - I'm getting an error:
SocketRocket/SRWebSocket.h file not found in ARTWebSocketTransport+Private.h header file.

My environment:
OS X EL Capitan 10.11.3 (15D21)
Xcode 7.3 (7D175)
CocoaPods 1.0.1
master branch

How can I fix that?

@tcard
Copy link
Contributor

tcard commented Aug 12, 2016

I can't reproduce this, although I've seen this failing too in Travis since this build.

Could you tell me:

  1. The contents of the folder ./Pods/SocketRocket/SocketRocket inside your copy of the repo?
  2. Whether changing <...> to "..." in this line fixes it?

@EvgenyKarkan
Copy link
Contributor Author

Sure,

  • folder contains 3 source files (SocketRocket.h, SRWebSocket.h, SRWebSocket.m)
  • replacing <> with "" - unfortunately, did not help.

I've attached link with the screenshot from Finder and Xcode.
https://monosnap.com/file/sqjcz6JUKVVvU2C5QJ8sm9MbXwCciq

@tcard
Copy link
Contributor

tcard commented Aug 12, 2016

I've just pushed to master a commit that should fix this. In short, things were working with my outdated version of CocoaPods but not with the latest ones. I've changed a bunch of random things I've found in the Internet about this issue and now it works. Could you confirm?

@EvgenyKarkan
Copy link
Contributor Author

Thanks @tcard, everything is ok now, so confirmed & closed.

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

No branches or pull requests

2 participants