Re: No longer existing outlet causes crash in new version of app (iOS)
Re: No longer existing outlet causes crash in new version of app (iOS)
- Subject: Re: No longer existing outlet causes crash in new version of app (iOS)
- From: Koen van der Drift <email@hidden>
- Date: Thu, 06 Mar 2014 19:25:33 -0500
Just changing the name of the VC solved it.
- Koen.
On Mar 6, 2014, at 7:18 PM, Koen van der Drift <email@hidden> wrote:
>
> On Mar 6, 2014, at 7:15 PM, Kyle Sluder <email@hidden> wrote:
>
>> Delete the app from your device and rebuild. I'm guessing the XIB is
>> left over and has the same name as a UIViewController, but that view
>> controller is now trying to set up its view in code. Since Xcode never
>> deletes files from the build products unless you've done a clean
>> build—nor does it delete files from the app sandbox when copying to the
>> device—the framework can still find the XIB at runtime.
>
>
> Will this be an issue with users when they update to the new version? I don't want them having to delete the app and lose their data.
>
> Thanks,
>
> - Koen.
_______________________________________________
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