-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Include Realm Swift binaries built with Swift 3.0.1 #4255
Comments
Yes, we need a new release. |
Hi, |
Any ETA on a new release to support Xcode 8.1 GM seed and Swift 3.0.1? |
@ThomasGoujon I tried Carthage update and now this issue pops up: Do you use Xcode 10.1 GM seed? |
Hi all, as you may know, Swift's binary compatibility constraints require that all Swift dependencies be compiled with the same version of the Swift compiler, which means that you can't take a binary release we built with Xcode 7.3.1 and Xcode 8.0 from a few weeks ago with a newer version of Xcode (e.g. '8.0 GM'). To avoid needing to wait for us to update our infrastructure to build with fresh releases of Xcode (usually takes a few days), I encourage you to build from source using CocoaPods, Carthage or Xcode subprojects. That being said, we're in the process of upgrading our infrastructure to build with Xcode 8.1 GM as we speak and should have a release out in the next few days with binaries built with Swift 2.2, 2.3, 3.0 and 3.0.1. |
Thanks for the update. Meanwhile, I could build realm-cocoa after cloning it and doing these: The framework files now work fine. |
@sangmin I use Xcode 8.1 GM (Version 8.1 (8T61a)) |
+1 following |
1+ following |
It's out now. 2.0.3. |
Correct |
I've tried doing Is there anything else I can try? |
If you're building Realm with Carthage, make sure you're using the same version of Xcode that's If you're using Carthage with binaries ( |
@cliftonlabrum Just cloning and building realm worked for me. |
@jpsim Thanks. I wonder if the App Store version of Xcode 8.1 (which I have) is different from the 8.1 GM that Realm was built with. |
I have the GM which is also 8B62. What worked for me, per the Realm docs was deleting derived data. From terminal:
|
I have installed Xcode 8.1 GM seed (as 8.0 couldn't install an app on iOS 10.1). Then build fails with the error: Module compiled with Swift 3.0 cannot be imported in Swift 3.0.1
The realm-swift version is 2.0.2. Hope the issue is fixed soon.
Goals
What do you want to achieve?
Expected Results
What did you expected to happen?
Actual Results
What did happened instead?
e.g. the stack trace of a crash
Steps to Reproduce
What are steps we can follow to reproduce this issue?
Code Sample
Provide a code sample or test case that highlights the issue.
If relevant, include your model definitions.
For larger code samples, links to external gists/repositories are preferred.
Alternatively share confidentially via mail to help@realm.io.
Full Xcode projects that we can compile ourselves are ideal!
Version of Realm and Tooling
In the CONTRIBUTING guidelines, you will find a script,
which will help determining these versions.
Realm version: ?
Xcode version: ?
iOS/OSX version: ?
Dependency manager + version: ?
The text was updated successfully, but these errors were encountered: