-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Building scheme "Realm" in Realm.xcworkspace takes too long #4199
Comments
@liuxuan30 We provide a pre-built binary for Carthage. No need to build from source. But
above message shows downloading the pre-built binary fails due to API rate limit. Could you please try again later or set a |
I can confirm it takes a really long time to build, but it eventually finishes (~10 minutes). @kishikawakatsumi Where can I get the pre-built Carthage binary? Are they on the latest (2.1) branch? |
@cliftonlabrum you can get it here: https://github.com/realm/realm-cocoa/releases/ |
Building Realm with Carthage from source does indeed take a very long time, because of all the architectures that Realm supports and the fact that Carthage unnecessarily builds Realm many times from scratch. I'd suggest using Carthage with prebuilt binaries, or at least narrowing the number of platforms built by Carthage by specifying its |
Seeing below log in Travis CI for a couple of weeks, not sure if it's travis issue or Realm:
https://travis-ci.org/danielgindi/Charts/builds/165976532
Project:https://github.com/danielgindi/Charts
Any idea?
The text was updated successfully, but these errors were encountered: