SecTrustEvaluate doesn't return in simulator of Xcode 12.5 beta

Hello.

I'm testing my project with Xcode 12.5 beta 1, 2 and 3.
I have built the project successfully but SecTrustEvaluate function doesn't return in simulator but it returns well in my iOS 14.5 beta device with same code. I also tested it with SecTrustGetNetworkFetchAllowed(false) and the result was the same.
Is there anyone who knows the cause of it and the solution ?

SecTrustEvaluate doesn't return in simulator of Xcode 12.5 beta

If things are failing on the simulator and working on the device then your best option is to file a bug against the simulator. That’s particularly important if this is a beta seed regression.

It would help if you could attach a small test project that reproduces the problem (that is, works on the device and fails on the simulator).

Please post your bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
SecTrustEvaluate doesn't return in simulator of Xcode 12.5 beta
 
 
Q