Posts

Post not yet marked as solved
8 Replies
7.1k Views
Error in Xcode 10.3 on macOS 10.15.3 on executing command SecCodeCopyGuestWithAttributes for macOS Cocoa application.[logging-persist] os_unix.c:43353: (0) open(/var/db/DetachedSignatures) - Undefined error: 0The file /var/db/DetachedSignatures does not exist. Any reason why? How to fix this?
Posted
by shwetam.
Last updated
.
Post not yet marked as solved
2 Replies
1.4k Views
How to disable "Prevent cross site tracking" in WKwebview for Mac app. "NSCrossWebsiteTrackingUsageDescription" key in info.plist doesn't seem to work. Also, no cookies received in decidePolicyForNavigationResponse delegate method of WKwebview. Though can see in network traces. Does WKwebview blocks 3rd party cookies.
Posted
by shwetam.
Last updated
.
Post not yet marked as solved
0 Replies
1.2k Views
User agent string on Big Sur has OS version 10_15_7. Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) This is observed on Safari as well as when programatically derived using WKWebView().value(forKey: "userAgent"). Similar bugs are reported on Webkit Bugzilla too. https://bugs.webkit.org/show_bug.cgi?id=213622 https://bugs.webkit.org/show_bug.cgi?id=216593 When is this expected to fix?
Posted
by shwetam.
Last updated
.
Post not yet marked as solved
7 Replies
1.3k Views
The ssl certificates are proper according to new requirements for catalina. Can see a response 403 from server in console by enabling CFNETWORK DIAGNOSTICS but it is failing with NSURLErrorClientCertificateRequired. The certificates are also being shared properly confirmed from wireshark & CFNETWORK DIAGNOSTICS. Authentication works properly on safari and chrome, without any errorOne observation: There are multiple api calls throughout the session. When tried these call explicitly on chrome twice or thrice, the authentication worked proplerly on app too. How does authentication on chrome/safari affect an app? Is it something to with security settings on catalina. After this there are not authentication errors at all on my system. The issue is only observed on macOS Catalina.
Posted
by shwetam.
Last updated
.