Post

Replies

Boosts

Views

Activity

Comment on macOS 12.0 apache2 will not load module php7
I have certificates on my computer for my Apple developer account. I verified one for code signing with Keychain Access, and signed the PHP lib with it. But when Apache tries to load it, it still complains "No code signing authority." But the certificate shows "Apple Worldwide Developer Relations Certification Authority". WTH? Then I created a new certificate authority, during which it asked which certificate I wanted to use (why?). I picked my Apple Developer one and re-signed the lib. Nope.
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’23
Comment on Xcode 13 - warning: Could not read serialized diagnostics file: error("Invalid diagnostics signature")
Same problem here, but it doesn't seem to involve a third-party lib. In a project that has been building fine for years (and as of a few days ago), suddenly I'm getting the reported error. After that the compiler flags some lines for "Value of type X has no member Y," but it's bogus because X certainly does contain Y. I don't use CocoaPods or any other third-party shenanigans. Thus far no solution.
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’21
Comment on How to actually enable the feedback assistant app??
Except that it does so without permission, thus often captures irrelevant or wrong information. For example, one of my computers had no Internet access, so I had to file a report on another one. So of course Feedback Assistant attached diagnostics from the wrong computer behind my back, and there's no way to disable this behavior.
Replies
Boosts
Views
Activity
Dec ’23
Comment on How to actually enable the feedback assistant app??
The problem with the app is that it automatically captures a sysdiagnose and system report when you start a new report, which is dumb and means that erroneous or irrelevant files end up attached to your report. Even better is that there's no way to delete them if you submit the report before noticing that they were added without your permission.
Replies
Boosts
Views
Activity
Dec ’23
Comment on Why aren't changes to @Published variables automatically published on the main thread?
Thanks a lot for your reply!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on macOS 12.0 apache2 will not load module php7
I have certificates on my computer for my Apple developer account. I verified one for code signing with Keychain Access, and signed the PHP lib with it. But when Apache tries to load it, it still complains "No code signing authority." But the certificate shows "Apple Worldwide Developer Relations Certification Authority". WTH? Then I created a new certificate authority, during which it asked which certificate I wanted to use (why?). I picked my Apple Developer one and re-signed the lib. Nope.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on App Analytics Crashes
Apple inexplicably doesn't capture logs for anything before iOS 13, even though the function has been around for years. Oh wait... that's in TestFlight. For released apps, there are no crash reports anywhere in the portal that I can find. Which means that if they're there, they may as well not be.
Replies
Boosts
Views
Activity
Apr ’22
Comment on Xcode not trapping asserts
"All runtime issues" exists in Xcode 13, but doesn't work for failed assertions.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Xcode not trapping asserts
I tried "all runtime issues" in Xcode 13.2.1 and it doesn't work on failed assertions.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Xcode 13 - warning: Could not read serialized diagnostics file: error("Invalid diagnostics signature")
Same problem here, but it doesn't seem to involve a third-party lib. In a project that has been building fine for years (and as of a few days ago), suddenly I'm getting the reported error. After that the compiler flags some lines for "Value of type X has no member Y," but it's bogus because X certainly does contain Y. I don't use CocoaPods or any other third-party shenanigans. Thus far no solution.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21