Post

Replies

Boosts

Views

Activity

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.
Nov ’21
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.
Jan ’23
Comment on Apple doc still refers to nonexistent info.plist. Should we use the entitlements file instead?
Thanks. That screen shot is odd, because it shows "Build Settings" selected, not Info. I don't have anything like those entries in my build settings. On the Info page... that is some absymal UI. I mean... not only are the + controls invisible unless you happen to roll over them, but they are depicted as only applying to one setting... not as if they add entirely new entries to the overall list. Unbelievable. Thanks! I did add the options I'll need. But the simulator doesn't prompt for them...
Jan ’24