-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
I can't reproduce this, although I've seen this failing too in Travis since this build. Could you tell me:
|
Sure,
I've attached link with the screenshot from Finder and Xcode. |
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? |
Thanks @tcard, everything is ok now, so confirmed & closed. |
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
inARTWebSocketTransport+Private.h
header file.My environment:
OS X EL Capitan 10.11.3 (15D21)
Xcode 7.3 (7D175)
CocoaPods 1.0.1
master
branchHow can I fix that?
The text was updated successfully, but these errors were encountered: