Skip to content

Instantly share code, notes, and snippets.

@philippeauriach
Created September 30, 2020 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philippeauriach/4af670e20c044ead4b9bff782e65c064 to your computer and use it in GitHub Desktop.
Save philippeauriach/4af670e20c044ead4b9bff782e65c064 to your computer and use it in GitHub Desktop.
Realm Swift configuration in Carthage Romefile
# I add trouble having a successful "Valid cache" using Rome and latest version of Realm.
# After (a lot) of trial and errors, here is the ocnfiguration that works (Realm is not rebuilt everytime anymore)
repositoryMap:
- realm-cocoa:
- name: Realm
platforms: [iOS]
- name: Realm
type: static
platforms: [iOS]
- name: RealmSwift
platforms: [iOS]
- name: Realm iOS static
type: static
platforms: [iOS]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment