1

핵심 데이터에 문제가 있습니다. iOS 5.0 이상에서 실행 중입니다.하지만 iOS 4.3에서 실행하면 충돌이 발생하며 회선에서 충돌합니다. __managedObjectContext = [[NSManagedObjectContext alloc] initWithConcurrencyType:NSMainQueueConcurrencyType]; 누군가 나를 도울 수 있습니까?iOS 4.3에서 핵심 데이터가 작동하지 않습니다.

2012-05-08 17:01:21.617 [7489:10e03] -[NSManagedObjectContext initWithConcurrencyType:]: unrecognized selector sent to instance 0x4ddc6c0 
2012-05-08 17:01:21.650 [7489:10e03] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSManagedObjectContext initWithConcurrencyType:]: unrecognized selector sent to instance 0x4ddc6c0' 
*** Call stack at first throw: 
(
    0 CoreFoundation      0x0111e5a9 __exceptionPreprocess + 185 
    1 libobjc.A.dylib      0x0153c313 objc_exception_throw + 44 
    2 CoreFoundation      0x011200bb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187 
    3 CoreFoundation      0x0108f966 ___forwarding___ + 966 
    4 CoreFoundation      0x0108f522 _CF_forwarding_prep_0 + 50 
    5 0x00002a42 -[AppDelegate managedObjectContext] + 194 
    6 0x00003736 -[HomeViewController fetchFeedDataIntoDocument] + 134 
    7 Amsterdam     0x0000417d -[HomeViewController refresh] + 45 
    8 Amsterdam     0x0000803f -[MBProgressHUD launchExecution] + 143 
    9 Foundation       0x00ae2cf4 -[NSThread main] + 81 
    10 Foundation       0x00ae2c80 __NSThread__main__ + 1387 
    11 libsystem_c.dylib     0x93393ed9 _pthread_start + 335 
    12 libsystem_c.dylib     0x933976de thread_start + 34 
) 
terminate called throwing an exception(lldb) 

답변

관련 문제