Looks like those have been taken down.
Post
Replies
Boosts
Views
Activity
That doesn't work for me. Adding async to those does make the errors on those functions go away, but the compiler still complains
Type 'User' does not conform to protocol 'Decodable'
Type 'User' does not conform to protocol 'Encodable'
with no further information.
Thanks for the reply, but how is that "as intended?" When something published changes, the UI is supposed to react.
Thanks, but that's essentially the same "solution" I posted. It still requires that I implement this nonsense for every member of every class I want to expose in a UI. Totally impractical.
But what if the optional is nil?
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...
Thanks, but still not seeing any way to add values in the UI. Ugh, see below.
Thanks for the reply. I looked at the options, but under "Info.plist values" there's no way to add any. So the question remains: Will adding key/value pairs to the app's .entitlements file propagate them into Info.plist if necessary?
Unbelievable.
Pretty pathetic that we need this, but I'm using it with a .6 delay and it works. Thanks man.
I can't resist mocking the fact that a UI toolkit went out the door with no way to set initial focus... and remained that way for years.
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.
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.
Thanks a lot for your reply!
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.
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.