I found a solution (thanks to SO).  I moved the view creating code from 
viewDidLoad to loadView. And call [super loadView] first.

- Koen.


On Nov 16, 2013, at 12:54 PM, Kevin Muldoon <caoimgh...@gmail.com> wrote:

> I've experienced this as well, switching from xib to code. As far as I know, 
> a clean install is only answer. 
> 
> Sent from my iPhone
> 
>> On Nov 16, 2013, at 12:26 PM, Koen van der Drift <koenvanderdr...@gmail.com> 
>> wrote:
>> 
>> I'm in the process of removing some xibs, and construct my views in the 
>> ViewController. As it turns out, the app in the simulator or my device don't 
>> recognize that the xib was removed, and I need to completely reset the 
>> simulator, clean my build and build-folder, and then it works.
>> 
>> My question is, how can I prevent this for my users? I don't want them to 
>> have to remove their app including all the data once an update becomes 
>> avialble.
>> 
>> - Koen.
>> _______________________________________________
>> 
>> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>> 
>> 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/caoimghgin%40gmail.com
>> 
>> This email sent to caoimgh...@gmail.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to