Skip to content
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

Is it possible to use prebuilt Realm framework along with IceCream? #252

Open
owenzhao opened this issue Oct 16, 2021 · 1 comment
Open

Comments

@owenzhao
Copy link

Currently, there are three suggested methods to install IceCream. I tried all of them.

SPM

SPM took long time and failed with could not downloading the core of Realm. I thought it must be something related to the great wall, so we may forget it here.

Carthage

The suggested way was old fashioned. Modern frameworks uses xcframework and it IceCream couldn't compile when I tried.

CocoaPods

CocoPods works fine. However, Cocoapods download and the Realm and ReamSwift as well, so it take very long time to recompile those targets as well.

Is that possible that we could just use the xcframework that Realm prebuilt and build only the IceCream part only? That will save one minute each time we build.

@eegrok
Copy link

eegrok commented Apr 11, 2022

I couldn't install it either -- I only tried SPM, as I was just looking to evaluate IceCream, and it looks to me like maybe it's not current with the latest Realm, based on the output "Failed to resolve dependencies"
Dependencies could not be resolved because root depends on 'realm-core' 11.13.0 and root depends on 'IceCream' 2.0.2..<3.0.0. 'IceCream' >= 1.13.1 practically depends on 'realm-core' {5.23.6, 5.23.8} because 'realm-cocoa' 4.3.1..<5.0.0-alpha.1 depends on 'realm-core' 5.23.8 and 'IceCream' >= 1.13.1 depends on 'realm-cocoa' 4.1.1..<5.0.0. 'realm-cocoa' {4.1.0..<4.3.1, 5.0.0-alpha.1..<5.0.0} practically depends on 'realm-core' 5.23.6 because no versions of 'realm-cocoa' match the requirement 5.0.0-alpha.1..<5.0.0 and 'realm-cocoa' 4.1.0..<4.3.1 depends on 'realm-core' 5.23.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants