Post not yet marked as solved
Hello,This is something I have not been able to reproduce on our test devices, I've seen it only in crash reports (gathered with Fabric). An exception is thrown when the code is trying to set the preservation policy for a bunch of tags.The App crashes with the following:Fatal Exception: NSInternalInconsistencyException
NSBundleResourceRequest could not connect to its helper daemonIt has happened a few times in the last month, it is a very rare occurrence but I would like to fix it. Any ideas why this happens?Regards,
Post not yet marked as solved
Hello,Xcode 10 beta 7 (and beta 6 was the same) crashes almost everytime I edit a Playground and delete code. For example, with a newly created Playground:import UIKit
var str = "Hello, playground"if I remove the last quote Xcode will *always* crash. The details of the crash are always the same, something like this:Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: exc handler [0]
Application Specific Information:
ProductBuildVersion: 10L232m
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.dt.SourceEditor 0x000000011d8f37c4 $S12SourceEditor0ab4DataA0C30internalCharOffsetFromPositionySiAA0abH0VFTf4xn_n + 1204
1 com.apple.dt.SourceEditor 0x000000011d93f6a4 $S12SourceEditor35CursorTextAttributeOverrideProvider33_F4E0FDEBDAE4300D9964F2BC65F79097LLC04textE16OverridesForLine_2inSayAA0abdeF0VGSi_AA0aB13LayoutManagerCtF + 1028Currently I fail to see what is "special" about my configuration. What I've tried:Reinstalling Xcode;Removed the DerivedData;Rebooting;Nothing seems to work