Xcode 12.5 beta 2 no network/internet with Simulator

Is there a setting am I missing or Simulator is just broken on Beta 2 and won't go on the Internet?

Xcode 12.4 is working fine. Other devs see this as well.

Nothing in the release notes.

Any workaround?

Replies

I'm experiencing the same error. Also, networking callback blocks never get called.

The following are some errors that I get on the console:

Code Block bash
2021-02-26 10:44:03.254223-0300 someapp[60402:1358928] Connection 6: received failure notification
2021-02-26 10:44:03.254373-0300 someapp[60402:1358928] Connection 6: failed to connect 3:-9816, reason -1
2021-02-26 10:44:03.254469-0300 someapp[60402:1358928] Connection 6: encountered error(3:-9816)


Code Block bash
2021-02-26 10:44:03.285567-0300 Preguntados[60402:1358635] Task <61134D07-7245-4043-85FF-E6003D3E08C5>.<1> finished with error [-1001]
{
Error Domain=NSURLErrorDomain Code=-1001 "The request timed out."
UserInfo={
_kCFStreamErrorCodeKey=-2102,
NSUnderlyingError=0x600001172b20 {
Error Domain=kCFErrorDomainCFNetwork
Code=-1001 "(null)"
UserInfo={
_kCFStreamErrorCodeKey=-2102,
_kCFStreamErrorDomainKey=4
}
},
_NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <61134D07-7245-4043-85FF-E6003D3E08C5>.<1>,
_NSURLErrorRelatedURLSessionTaskErrorKey=("LocalDataTask <61134D07-7245-4043-85FF-E6003D3E08C5>.<1>"),
NSLocalizedDescription=The request timed out.,
NSErrorFailingURLStringKey=https://somedomain,
NSErrorFailingURLKey=https://somedomain,
_kCFStreamErrorDomainKey=4
}
}

it looks like 14.5 beta 3 still has this issue.
On my side, I don't have this issue anymore with Xcode 14.5 Beta 3.
Same issue on Intel Mac mini, not M1.
Xcode Version 12.5 beta 3 (12E5244e) has fixed this issue for me running the iOS 14.5 (18E5164d) simulator.
on my side, this issue doesn't appear on 14.5 beta 3 simulator after my Proxyman tool get updated.