3lvis / DATAStack

100% Swift Simple Boilerplate Free Core Data Stack. NSPersistentContainer
Other
214 stars 44 forks source link

mapping table for DATAStack tag with iOS version #97

Closed MiaShopgal closed 5 years ago

MiaShopgal commented 7 years ago

Please kind guide us if there's a table indicated which version of DATAStack should be used for iOS 8.x We're using following libraries in iOS 9.x which is awesome

It gets messy when comes to iOS 8.x We check the .sqlite and data were all intact, but the value are all NULL with executeFetchRequest

3lvis commented 7 years ago

Hi @MiaShopgal, this is very strange since there shouldn't be any issues with iOS 8. Could you help me providing a sample project that I can use to reproduce your issues?

MiaShopgal commented 7 years ago

Hi 3lvis, Thanks for willing to figure out this issue. I fork your sample project and did a little change to reproduce it. You could find it here https://github.com/MiaShopgal/AppNetDemo/tree/sync_1_on_ios_8

Please be noted it's a project for Xcode 7, we haven't got the time to migrate to Xcode 8. Pardon if any inconvenience, and thanks again :)

MiaShopgal commented 7 years ago

Hi @3lvis, Wish you had a happy Merry Christmas :) I wonder if the sample project I provided could be reproduced the issue from your side ? It does from mine, please let me know if you need anything to know the issue better.

Wish you a happy new year ~

3lvis commented 5 years ago

Closing until someone else requests this feature.