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.
Post
Replies
Boosts
Views
Activity
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.
"All runtime issues" exists in Xcode 13, but doesn't work for failed assertions.
I tried "all runtime issues" in Xcode 13.2.1 and it doesn't work on failed assertions.
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.