Re: Segue from a toolbar item and prepareForSegue
Re: Segue from a toolbar item and prepareForSegue
- Subject: Re: Segue from a toolbar item and prepareForSegue
- From: Roland King <email@hidden>
- Date: Sun, 19 Oct 2014 14:45:26 +0800
> On 19 Oct 2014, at 2:33 pm, Rick Mann <email@hidden> wrote:
>
>
> Also, the background process that handles code completion keeps crashing, so my code completion was totally borked. Although, the first time it did work, it put in the override, but failed to put in the named second parameter.
>
SourceKitService isn’t a very happy process, that’s the background process which messes up code completion and syntax colours your code incorrectly.
When it does that, if you search for a thread in the devforums called “SourceKitService Crashing is Getting Old” you’ll find a procedure sniffed out by mattn which has you delete DerivedData *and* another cache I forget the name of and then reboot. That does seem to stop it crashing for a while, unless you’re writing an extension, SourceKitService doesn’t like extensions at all.
_______________________________________________
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