I'm getting this error sometimes when I build in Xcode 6 GM Seed.
I had the following error:
Warning: Error creating LLDB target at path '.....'- using an empty LLDB target which can cause slow memory reads from remote devices.
Then my app become very slow on some page;and what's worse is that whenever my code response the method of [NSUserDefaults standardUserDefaults]... the screen stuck and the warning following;
I don't konw why; What exactly does this mean and how do I fix it?
PS:It seems like the xcode doesn't create the .plist file when the method of [NSUserDefaults standardUserDefaults]... been used;I open the sandbox and I can't find nothing in the related files.