mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
CoreData has no member perform #137
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @martheli on GitHub (May 24, 2017).
I just started using CoreStore and when trying to use the sample code, I am receiving this error. I also have import CoreStore at the top. Below is the code:
@JohnEstropia commented on GitHub (May 24, 2017):
@martheli Hi, sorry about this. You are probably using the
masterbranch which is still at CoreStore 3.1.1, while the README visible from github is using thedevelopbranch which is at CoreStore 4.0.0.If you wish to keep using the
masterbranch (which is the latest on Cocoapods and Carthage), you can check the README file here.If you wish to use CoreStore 4.0 (which is currently in final stages of beta), you can use the
developbranch as is, or install usingCocoapods Podfile:
Carthage Cartfile:
CoreStore 4.0 is ready but I'm still finishing up the documentation. Once I get it done I'll update for Cocoapods and Carthage as well.
@JohnEstropia commented on GitHub (May 24, 2017):
@martheli Okay so I merged the CoreStore 4.0 update to the
masterbranch as well. Let me know how it works for you.