-
Notifications
You must be signed in to change notification settings - Fork 71
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
Not supported for XCode10 #39
Comments
@nikhilbfru is this Xcode 10.2? |
yes, Xcode 10.2 |
@aciidb0mb3r, @airmap Returns 0 in the second byte: |
The issue can be reproduced with swift-5/5.1 toolchain and Xcode 9/10.1. It is my feeling that this has to do something with ABI stability that was introduced in swift-5, possibly changing whatever reading Swift.Data/NSData with Unsafe{Mutable{Raw}}Pointer yields. Even though SWIFT_VERSION is set to 4.x, it is still Swift-5 compiler that runs in 4.2 compatibility mode (as in lexical structure, not binary produced) |
I solved the problem. |
@anatoliykant, dare to share your solution? |
I can lay out in the evening, hours through 8. |
Hi, @anatoliykant! |
Fix subscription on Xcode-10.2 (aciidgh#39)
No description provided.
The text was updated successfully, but these errors were encountered: