• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
MediaPlayer.framework causing Core Data migration errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MediaPlayer.framework causing Core Data migration errors


  • Subject: MediaPlayer.framework causing Core Data migration errors
  • From: Ben <email@hidden>
  • Date: Mon, 13 Sep 2010 10:49:33 +0100

What a pain this has been for me. I have finally narrowed down the culprit for an error during migration of core data.

When I run migration without including MediaPlayer.framework my app runs fine...


2010-09-13 10:41:33.942 Test[3446:207] beginEntityMapping
2010-09-13 10:41:35.803 Test[3446:207] endEntityMapping


When I include MediaPlayer.framework I get this error...

2010-09-13 10:46:15.660 Test[3468:207] beginEntityMapping
2010-09-13 10:46:17.505 Test[3468:207] endEntityMapping
2010-09-13 10:46:20.978 Test[3468:207] Unresolved error Error Domain=NSCocoaErrorDomain Code=134110 UserInfo=0x1e2a00 "Operation could not be completed. (Cocoa error 134110.)", {
    NSUnderlyingError = Error Domain=NSCocoaErrorDomain Code=256 UserInfo=0x1e4860 "Operation could not be completed. (Cocoa error 256.)";
    reason = "Failed to save new store after first pass of migration.";
}
Program received signal:  “SIGABRT”.



Does anyone have any idea why this is happening or how I can resolve this?_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Unix Signals Delivered from Quitting Cocoa Apps?
  • Next by Date: Re: Unix Signals Delivered from Quitting Cocoa Apps?
  • Previous by thread: Re: Unix Signals Delivered from Quitting Cocoa Apps?
  • Next by thread: Problem managing BLOB containing images
  • Index(es):
    • Date
    • Thread