Re: Clean command fail
Re: Clean command fail
- Subject: Re: Clean command fail
- From: Jean-Denis MUYS <email@hidden>
- Date: Fri, 09 Dec 2011 08:32:50 +0000
- Thread-topic: Clean command fail
On 9 déc. 2011, at 08:00, Jeff Evans wrote:
> Lowell, Thanks to you and to Marco too for his option key suggestion. Resetting the simulator cured the problem,
If I understand correctly, what happens is that Xcode will not *remove* anything from the App bundle. So old resources stay in the App bundle which may or may not interfere with the App normal operation. By resetting the simulator, you deleted the App bundle. The next build recreated it from scratch, without any leftover resources of course.
So a less radical fix for your problem is to delete the App from the simulator. No need to reset it actually.
This is something I do often during development of Core Data based Apps: When the Managed Object Model changes, the store becomes incompatible, and not always in a way that allows it to be migrated. The simple cure is to delete the App before running it.
Jean-Denis
_______________________________________________
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