Flutterby™! : So XCode is giving me hundreds of these

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

So XCode is giving me hundreds of these

2023-01-16 18:20:01.956321+01 by Dan Lyke 5 comments

So XCode is giving me hundreds of these warnings about not calling SecTrustEvaluateIfNecessary on the main thread, but the stack trace has it coming from NSApplicationMain. I'm sure that Apple is calling it on the main thread because of something we did, but danged if I can figure that out from this.

[ related topics: Apple Computer Interactive Drama Photography ]

comments in ascending chronological order (reverse):

#Comment Re: So XCode is giving me hundreds of these made: 2023-01-16 20:08:59.573214+01 by: markd

what does the expanded stack trace give you? (I always turn off the "let me hide scary-boo stuff from you, larval programmer" kinds of misfeatures)

#Comment Re: So XCode is giving me hundreds of these made: 2023-01-17 00:59:43.21799+01 by: Dan Lyke

Buncha WKWebView stuff. Which is kind-of expected. I assume they'll get it fixed before too long.

#Comment Re: So XCode is giving me hundreds of these made: 2023-01-17 01:01:55.547077+01 by: Dan Lyke

#Comment Re: So XCode is giving me hundreds of these made: 2023-01-17 01:53:52.191364+01 by: markd [edit history]

Yeah, looks like an xcode issue (surprise surprise) - https://developer.apple.com/forums/thread/714467? answerId=734799022#734799022 Anything by Quinn is gold.

#Comment Re: So XCode is giving me hundreds of these made: 2023-01-18 21:08:48.800537+01 by: Dan Lyke

Thanks. Good to know I can just ignore it (though beyond the complaint that it may cause performance issues, the fact that XCode is processing these is definitely causing me performance issues.