You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler doesn't recognise the correct SocketRocket dependency for Ably.
Podfile:
# Uncomment this line to define a global platform for your projectsource'https://github.com/CocoaPods/Specs.git'use_frameworks!platform:ios,'8.0'abstract_target'LexicalErrorExampleApp'dopod"libPusher"pod"PPSSignatureView","0.1.2"pod"AFNetworking","2.5.1"pod"Stripe","3.1.0"pod"ECSlidingViewController","2.0.3"pod"MBProgressHUD"pod"UIAlertController+Blocks","0.8"pod"DateTools","1.5.0"pod"GoogleMaps","1.10.1"pod'Heartland-iOS-SDK',"~> 1.0.5"pod'Fabric'pod'Crashlytics'pod'Realm'pod'PromiseKit'pod'CocoaAsyncSocket'pod'SKTCaptureObjC','~> 1.0'pod'SumUpSDK'pod'Ably'target'LexicalErrorExample'end
The text was updated successfully, but these errors were encountered:
Which version of the Ably SDK are you using?
v1.1.3
On which platform does the issue happen?
iOS 12
Are you using Carthage?
No
Are you using Cocoapods?
v1.6.1
Which version of Xcode are you using?
Xcode 10.2
What did you do?
Project compilation fails with:
Ably
SocketRocket
dependency conflicts withlibPusher
framework:The compiler doesn't recognise the correct
SocketRocket
dependency for Ably.Podfile:
The text was updated successfully, but these errors were encountered: