You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have forked this project to my Bitbucket account, and have successfully got it compiling in Xcode 8, beta 6. The only problem is that the demo app is crashing on startup (I have the iCloud configurations set up on Apple's side).
Here is the crash: (SMStore.swift)
I am not familiar enough with the codebase to fully understand what is going on. I could submit a pull request with my Swift 3.0 code, if that would help?
Thank you in advance for any assistance. I would really like to use this library in my application.
The text was updated successfully, but these errors were encountered:
It seems that the owner of this repo is MIA. I have created a new framework based on this code here. It is updated to Swift 3, tidies up the code a bit and addresses the missing relationships functionality. I am also hoping to add mapping between CKAssets and binary attributes, but I haven't done that yet.
Some constants and variables have moved from being globals so you may need to address this in your code, but hopefully swapping Seam3 for Seam should be pretty straight-forward.
I am still tinkering, so the repo should be considered unstable; I hope to get a POD released soon.
I have forked this project to my Bitbucket account, and have successfully got it compiling in Xcode 8, beta 6. The only problem is that the demo app is crashing on startup (I have the iCloud configurations set up on Apple's side).
Here is the crash: (SMStore.swift)
I am not familiar enough with the codebase to fully understand what is going on. I could submit a pull request with my Swift 3.0 code, if that would help?
Thank you in advance for any assistance. I would really like to use this library in my application.
The text was updated successfully, but these errors were encountered: