magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.79k stars 1.79k forks source link

context null, #1069

Closed shenshangjimiaoZG closed 8 years ago

shenshangjimiaoZG commented 9 years ago

2015-08-21 16:31:31.331 DIANDIANSHANGDU[358:37447] Set default context: (null) 2015-08-21 16:31:31.332 DIANDIANSHANGDU[358:37447] Set root saving context: (null)

why context is null?

shenshangjimiaoZG commented 9 years ago

2015-08-21 16:27:46.980 DIANDIANSHANGDU[358:37447] Created new private queue context: <NSManagedObjectContext: 0x16590bf0> 2015-08-21 16:27:46.984 DIANDIANSHANGDU[358:37447] Set root saving context: <NSManagedObjectContext: 0x16590bf0> 2015-08-21 16:27:46.986 DIANDIANSHANGDU[358:37447] Created new main queue context: <NSManagedObjectContext: 0x16662570> 2015-08-21 16:27:46.987 DIANDIANSHANGDU[358:37447] Set default context: <NSManagedObjectContext: 0x16662570> 2015-08-21 16:27:47.823 DIANDIANSHANGDU[358:37447] → Saving <NSManagedObjectContext (0x16662570): MagicalRecord Default Context> on the main thread 2015-08-21 16:27:47.829 DIANDIANSHANGDU[358:37482] → Saving <NSManagedObjectContext (0x16590bf0): MagicalRecord Root Saving Context> on a background thread 2015-08-21 16:27:47:847 DIANDIANSHANGDU[358:530f] begin login username:18688874035--password:1-- 2015-08-21 16:27:48.115 DIANDIANSHANGDU[358:37447] → Saving <NSManagedObjectContext (0x16662570): MagicalRecord Default Context> on the main thread 2015-08-21 16:27:48.120 DIANDIANSHANGDU[358:37447] → Saving <NSManagedObjectContext (0x16662570): MagicalRecord Default Context> on the main thread 2015-08-21 16:27:48.125 DIANDIANSHANGDU[358:37494] → Saving <NSManagedObjectContext (0x16590bf0): MagicalRecord Root Saving Context> on a background thread 2015-08-21 16:27:48.132 DIANDIANSHANGDU[358:37447] → Saving <NSManagedObjectContext (0x16662570): MagicalRecord Default Context> on the main thread 2015-08-21 16:27:48.135 DIANDIANSHANGDU[358:37447] → Saving <NSManagedObjectContext (0x16662570): MagicalRecord Default Context> on the main thread

2015-08-21 16:31:31.331 DIANDIANSHANGDU[358:37447] Set default context: (null) 2015-08-21 16:31:31.332 DIANDIANSHANGDU[358:37447] Set root saving context: (null)

why context is null?

shenshangjimiaoZG commented 9 years ago

fix ,ok

cameronehrlich commented 8 years ago

You're calling cleanup before they are initialized

thachtranquoc1988 commented 7 years ago

@huangping35 2017-01-06 08:37:13.970 LimoCab[1524:14252] Set default context: (null) 2017-01-06 08:37:13.970 LimoCab[1524:14252] Set root saving context: (null)

How do you fixed it?, please help me, thanks you so much.