I can’t tell you anything else without more details, but I do know that errno 17 is EEXIST: File exists. Maybe that can help you figure out what’s going wrong, or at least give you something to start with?
Saagar Jha > On Jun 8, 2018, at 19:00, Richard Charles <[email protected]> wrote: > > I have a document based core data application. When ever the application > launches the following messages appear in the Console app. > > default 19:45:53.391888 -0600 MyApp UNIX error exception: 17 > default 19:45:53.392367 -0600 MyApp 0x600000268a40 opened > /private/var/db/mds/system/mdsDirectory.db: 50744 bytes > default 19:45:53.393995 -0600 MyApp UNIX error exception: 17 > default 19:45:53.394243 -0600 MyApp UNIX error exception: 17 > > When the app is launched from within Xcode the debug area is blank. > > Any idea what could be causing this? > > --Richard Charles > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > 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: > https://lists.apple.com/mailman/options/cocoa-dev/saagar%40saagarjha.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
