TrustKit
TrustKit copied to clipboard
Xcode 14.1 warning: This method should not be called on the main thread as it may lead to UI unresponsiveness.
When using TrustKit Xcode 14.1 gives runtime warnings. Even happens with example project as well as our own app.
My team would also appreciate a fix here 🙏
Same here. Xcode generated 77 warnings about this.
Please recheck -- with Xcode 14.3 and latest code changes, this is working now.
Isn't the issue here that your URLSession has the main queue set as its delegate queue?