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
We were incorrectly setting the 'compatibility version' to the current project version for the iOS platform only.
QuintinWillison
changed the title
Incompatible version
iOS Incompatible library version crash - DYLIB_COMPATIBILITY_VERSION vs DYLIB_CURRENT_VERSION
Dec 16, 2019
I'm going to close this issue as I believe it's resolved in 1.1.14. Feel free to re-open this issue, @RacingWang, if this is still causing you problems. Thanks!
Which version of the Ably SDK are you using?
E.g.
1.1.13
On which platform does the issue happen?
E.g.
iOS13
Are you using Cocoapods?
1.8.4
Which version of Xcode are you using?
11.3
What did you do?
My SDK can be installed by Cocoapods, and I set Ably as the dependency:
However, when my app runs after pod install, app would crash when launching:
So I downloaded Ably.framework on Github release and run this command to check:
I saw the dlyb version is incompatible.
What did you expect to happen?
The current version should be the same with compatibility version (1.1.13).
What happened instead?
1.0.0
The text was updated successfully, but these errors were encountered: