Failed to load DataDetectorsUI.framework ()

Help!


A perfectly working app on the Prior xCode release now is missing Most (not all) of the UI when run.


Note: in the Development environment it's all there, just missing in the simulator or on the device.


The only error is this:

"Failed to load DataDetectorsUI.framework ()"

OK, the missing UI was due to Missing constraints that Xcode seemed to eradicate...

Not sure exactly what happened there, but after several hours and Dozens of Xcode crashes, I have now put all the constraints back.



Still getting that weird

"Failed to load DataDetectorsUI.framework ()"

error though...

I've been seeing Failed to load DataDetectorsUI.framework () for a number of days now, but I've been ignoring it up to now, since it hasn't posed any functional problems for me. I suspect it's because I'm doing API calls to various external services, and tvOS probably does not support URL schemes for sending files to another app.

I just figured it out. Still, nothing to worry about, I believe. The error starts appearing when you add a Text View. The data detectors are what scan the text view looking for email addresses, phone numbers, etc. to make them clickable. I have all the detection checkboxes in the storyboard turned off for my text view, so I don't care.

Failed to load DataDetectorsUI.framework ()
 
 
Q