xunit / devices.xunit

xUnit.net Runners for Devices
Other
73 stars 36 forks source link

iOS 13 can't run test project #119

Open mimunoz opened 5 years ago

mimunoz commented 5 years ago

Hi, this monday I upgraded the latest iOS SDKs versions and when I try to run the test in iOS test runner this show only blank page. In the terminal log output show this:

Project.iOS.Runner[8125:5914885] SecTaskLoadEntitlements failed error=22 cs_flags=200, pid=8125
Project.iOS.Runner[8125:5914885] SecTaskCopyDebugDescription: Project.iOS.Runn[8125]/0#-1 LF=0
Project.iOS.Runner[8125:5914885] SecTaskLoadEntitlements failed error=22 cs_flags=200, pid=8125

I tried downloading the simulator and SDK iOS 12 again and then run with that target, the result was test are showed again without problem.