-
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
Carthage Install Error #637
Comments
I got the same issue. |
I'm looking into this, and even after upgrading the SocketRocket version it doesn't seem to work. It has some conflicts with CocoaPods, but I haven't been able to figure out how to fix them. I'm afraid I'll have to deprioritize this, though, as they are other documented ways of installing Ably that work. I'll come back to this when I can. |
@tcard do we need to raise an issue upstream in SocketRocket? |
@mattheworiordan The problem is with us, not with SocketRocket. Carthage and CocoaPods have a conflict, I guess due to some misconfiguration on our side. Xcode configuration is extremely convoluted, though, so it's not obvious (to me) what to do and I haven't found anything relevant over the Internet. |
@ricardopereira can you help with this? |
Sure, I'll take a look. |
Thanks @ricardopereira |
@riverbaymark @levey Could you test it using the Cartfile example:
|
@riverbaymark @levey did this help? |
Haven’t tried to reinstall with Carthage but will this week.
Thanks!
Mark Pruitt FNP, Co-CEO
Riverbay Softworks LLC
(415) 656-8617
www.riverbaysoftworks.com
… On Oct 29, 2017, at 6:28 PM, mattheworiordan ***@***.***> wrote:
@riverbaymark @levey did this help?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi guys,
Looks like this did the trick! I just added Ably to a new project via Carthage and everything built fine.
Thanks!
Mark
… On Oct 29, 2017, at 3:28 PM, mattheworiordan ***@***.***> wrote:
@riverbaymark <https://github.com/riverbaymark> @levey <https://github.com/levey> did this help?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#637 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AXElrLbqJkYZXdxC7Rm6AhcbbPivylyIks5sxPwggaJpZM4PewVR>.
|
@riverbaymark thanks for trying it out, that's great news. @ricardopereira should we merge and do a release soon then? When you do, please be sure to follow the release process as we now ensure all releases go into our product-wide changelog |
@riverbaymark Thanks! Yes, I can merge it and do a release. @mattheworiordan Nice! Is that generated automatically? |
No, I take the markup from official releases at https://github.com/ably/ably-ios/releases and republish. |
Hi guys,
Just a suggestion for the documentation. Be sure an tell folks to also drag over the KSCrash, msgpack, and SocketRocket frameworks along with the Ably framework or they will get a nasty "no matching architecture in universal wrapper” error
Keep up the great work guys! Your service is awesome!
Mark
… On Oct 31, 2017, at 10:05 AM, mattheworiordan ***@***.***> wrote:
Nice! Is that generated automatically?
No, I take the markup from official releases at https://github.com/ably/ably-ios/releases <https://github.com/ably/ably-ios/releases> and republish.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#637 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AXElrDUr6wFu4UWdjydMKBHrf5C4cxSqks5sx1NHgaJpZM4PewVR>.
|
Thanks for the suggestion. |
Trying to install via Carthage attempts to pull an incorrect (earlier) version of SocketRocket.
Mark
The text was updated successfully, but these errors were encountered: