Questions tagged [ensembles]

Ensembles is an Objective-C synchronization framework for apps using Apple's Core Data.

Ensembles extends Apple's Core Data framework to add peer-to-peer synchronization for Mac OS and iOS. Multiple SQLite persistent stores can be coupled together via a file synchronization platform like iCloud or Dropbox. The framework can be readily extended to support any service capable of moving files between devices, including custom servers.

References

81 questions
8
votes
0 answers

How to use Ensembles Framework in Swift Project

I have a project which already uses Core Data. I have added support for the iPad, but now will need to use iCloud & Core Data to sync the data. I came across Ensembles, it seems like an easy and robust framework to add to my project. Found here:…
RileyDev
  • 2,950
  • 3
  • 26
  • 61
8
votes
1 answer

iCloud + Core Data today (10th july 2015)

Some years ago Apple released the iCloud sync of Core Data apps. Then I released an app for iPad / iPhone / MAC with a shared model using the new Apple mechanism. Things have not gone as expected. The sync mechanism sometimes doesn't work. For…
BIOS-K
  • 146
  • 1
  • 9
5
votes
0 answers

Terminated due to memory issue error since migrating to Swift 3

I am using the Ensembles framework to sync data with iCloud. Everything was working fine until I migrated to Swift 3. The framework is in Objective-C and my appDelegate functions I have migrated to Swift 3; I have had issues since. I call the…
A.Roe
  • 973
  • 3
  • 15
  • 34
5
votes
2 answers

Ensembles in iOS swift

I would like to use Drew McCormack's Ensembles from github to relieve my current iOS/swift/coredata/iCloud induced headache. All of the Ensembles examples are in Objective-C. I have it as a Framework in my project, but being a weekend coder, I…
Mark
  • 555
  • 6
  • 17
5
votes
2 answers

global identifiers? - iCloud + Core Data + Ensembles - duplicates when deleting objects

I am trying to implement iCloud sync in my Core Data app. I am not that pro in programming and this is really an advanced topic I learned... I found that Core Data sync Framework "Ensembles" by Drew McCormack. It seems to make iCloud Sync much…
Kreuzberg
  • 894
  • 1
  • 9
  • 18
3
votes
1 answer

Unable to Archive Xcode Project: No such file or directory

So I am trying to Archive my Xcode project to upload to the app store however I am getting the following error; PBXp Error error: …
JUSDEV
  • 731
  • 1
  • 7
  • 22
3
votes
1 answer

No Such Module 'Ensembles' Error - importing objective-c framework to use in swift project

I am add Ensembles to my Swift project - found here https://github.com/drewmccormack/ensembles. I have had no luck adding iCloud support to my app and syncing data across devices so hoping this will work. I have followed the following instructions…
RileyDev
  • 2,950
  • 3
  • 26
  • 61
3
votes
1 answer

Errors in iOS swift trying to use Ensembles

I successfully added Ensembles using pods and compiled with no errors. Now I'm adding code to my AppDelegate.swift file. Build fails with Undefined symbols for architecture armv7: "_OBJC_CLASS_$_CDEPersistentStoreEnsemble", referenced from: …
Mark
  • 555
  • 6
  • 17
2
votes
0 answers

scikit-learn mlxtend EnsembleVoteClassifier with sample_weights

I am trying to fit an EnsembleVoteClassifier according to mlxtend documentation For normal grid.fit I can use fit_params to set sample_weight, but with the VotingClassifier it does not work. How can this be solved? from sklearn import datasets iris…
user670186
  • 2,588
  • 6
  • 37
  • 55
2
votes
1 answer

Store CoreData in iCloud

I am currently creating a macOs application that stores customer data in a CoreData database. Now I want that data to be stored in the iCloud. The idea is that every user has its own data in his iCloud. If he uses more than one Mac/iOS device he…
Oliver Koehler
  • 711
  • 2
  • 8
  • 24
2
votes
1 answer

Ensemble Learning in Unsupervised Learning

I have a question regarding the current literature in ensemble learning (more specifically in unsupervised learning). For what I read in the literature, Ensemble Learning when applied to Unsupervised Learning resumes basically to Clustering…
2
votes
0 answers

Custom backend implementation with ensembles

I was wondering if there's someone who tried to use Ensembles and integrate it with custom API (own back-end) ? On repo specs it says: The framework can be readily extended to support any service capable of moving files between devices, including…
el.severo
  • 2,202
  • 6
  • 31
  • 62
2
votes
2 answers

Removing near duplicates with Core Data and Ensembles (iCloud)

Summary My problem is that I want to get rid of near duplicates in my Core Data based iOS project that uses Ensembles to sync with iCloud. The sync with iCloud works basically well in my app. The problem is when a user creates similar objects on…
Raphael
  • 3,846
  • 1
  • 28
  • 28
2
votes
0 answers

App not displaying data after Ensembles Merge

I have an iPad app that uses Ensembles; it uploads the CD to iCloud, but when I test it on a 2nd iPad, the app starts, but the sync'd data in iCloud is not downloaded (I can see the data in the 2nd iPad's iCloud Manage Data). This is the log from…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
2
votes
2 answers

Comparison of addresses of NSUbiquityIdentityDidChangeNotification not equal to a null pointer is always true

I get this warning in Xcode comparison of addresses of NSUbiquitycontainerDidChangeNotification not equal to a null pointer is always true it is in the Core Data Ensembles Framework in CDEICloudFileSystem.m in -…
Kreuzberg
  • 894
  • 1
  • 9
  • 18
1
2 3 4 5 6