-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Use latest RealmSwift #256
base: realm-latest
Are you sure you want to change the base?
Conversation
Hi @leoz, thanks for the PR and looks nice! I'll look into it and consider the compatible plan. Appreciate for the hard work! |
@caiyue1993 , no worries. Thank you for the awesome job creating this package! |
There is a problem with archiving Realm 10.7.7 version on Xcode 13. Please consider to merge this commit. |
Hey @caiyue1993 , could you please share the plan of integrating the support for the recent realm? Is there anything I could help with? |
Any updates on this? I have been unable to archive my app for the past few months. I couldn’t archive until I upgraded Realm then when I did that I got an IceCream error! |
I'd suggest everyone to just reference this PR's commit directly until it gets merged into |
I'm using machine language translation, so sorry for the weird English! Specifically, you can use the following |
@halzo826, good point! This change is already included in this CR. Thank you very much! |
Can you guide me on how to do this? I’m currently integrating IceCream via Cocoapods - presumably I should remove this in my Podfile then download this pull request and just copy the files in manually? |
I don't think you can achieve that with Cocoapods. The manual way you described should work. In my case, since I'm using Swift Packages, it's pretty seamless: just provide the commit's SHA in the dialog box. |
Oh perfect, will remove via Cocoapods and try and add back in as a package. I’m sure I can get that working. just to confirm, that will then build ok using the latest realm? |
If you add IceCream via Swift Packages, you may as well remove Realm from Cocoapods / elsewhere. Since Realm is a "sub-dependency", Xcode will install Realm 10.21.1 and keep it updated according to IceCream package definitions. |
Updated with latest realm-swift v10.22.0. |
Updated to RealmSwift v10.23.0. Example app works fine. |
@caiyue1993 , Great! Thank you! |
@caiyue1993 , anything you would like me to change to get this merged into the branch? |
@leoz thank you for this PR! |
After Apple's
|
Yes! 😍😍
Update us if you give it a try!
|
It worked for me, Thanks! @halzo826 |
Use Realm 10.50.0
Use latest RealmSwift v10.21.1.
Example was updated, tested and seems to be working.