Zombie: XCode detects a phantom file that I can't find. {Solved}
Zombie: XCode detects a phantom file that I can't find. {Solved}
- Subject: Zombie: XCode detects a phantom file that I can't find. {Solved}
- From: "Frederick C. Lee" <email@hidden>
- Date: Sat, 1 Apr 2006 14:55:55 -0800
1) I deleted all my build files.
2) I deleted the *data file* (persistent storage file) that had
reflected the older data model.
Reason: I had added an extra MO/table to the data model, WITHOUT
deleting the persistent storage file.
So I figured that the current persistent-storage file was out-of-sync
with the changed data model.
So I deleted the storage file and rebuilt the project. Apparently
this problem is solved (no complaints yet).
I had thought I could add daughter tables (MO) to an existing data
model/database without need
to DELETE the existent storage file. *Apparently Not*.
Ric.
I changed the name of the problem MO in the data model
from 'MapCoordinates' to 'Turkey'. I changed the
NSArrayController's attribute as well.
What I got is: *** NSRunLoop ignoring exception
'no such table: ZTURKEY' that raised during posting of delayed perform
with target 38bd9e0 and selector 'invokeWithTarget:'
So now I know that XCode or something else is tacking on an extra
character (ascii 'Z'?) to the
MO name, screwing things up.
I'm clueless to what is happening here.
Any remedy?
Ric.
I'm trying to find where Xcode says a reference to a non-existent
Core Data table exists:
*** NSRunLoop ignoring exception 'no such table: ZMAPCOORDINATES'
that raised during posting of delayed
============
'ZMAPCOORDINATES' was probably a typo for the MO: 'MapCoordinates' or
the relationship link 'mapcoordinates'.
Scenario:
MapCoordinates MO <---> NSArrayController <--> GUI.
============
This is getting me headaches. I believe this is the cause of the
following run-time error:
*** -[NSArrayController presentError:]: selector not recognized
[self = 0x388df20]
*** NSRunLoop ignoring exception '*** -[NSArrayController
presentError:]:
selector not recognized [self = 0x388df20]' that raised during
posting of delayed perform with target 38c49b0 and selector
'invokeWithTarget:'
============
I tried global search and even tried to rebuild a backup, using
parts from the current/damaged project.
Question: How can I find the source, 'ZMAPCOORDINATES' and fix/
remove it?
Regards,
Ric.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden