iOS Simulator NSPOSIXErrorDomain Code=2 after upgrading to OSX El Capitan -
after upgraded yosemite el capitan, simulator can no longer connect local server. same simulator has no problems connecting remote production server.
i'm sure local server running fine safari can connect using same port.
here's error i'm getting in xcode:
error domain=nsposixerrordomain code=2 "no such file or directory" userinfo={nserrorfailingurlstringkey=http://localhost:9000/sites, nserrorfailingurlkey=http://localhost:9000/site, _kcfstreamerrorcodekey=2, _kcfstreamerrordomainkey=1}
i'm running xcode 7.0.1 simulator ios 9.0
this known bug according xcode 7.1 beta 3 release notes: "when running in ios simulator, app cannot communicate tcp/ip services locally hosted mac. (22453539)"
Comments
Post a Comment