Has anyone seen this before? I cannot run UITests because the button is disabled. I did not find any help on the Internet. I deleted and added a new test target, restarted Xcode and deleted the received data. None of them worked, and I have no idea what to try next.
You have to create a new target in your project. Steps: 1) File> New> Target 2) Select in left box: iOS> Test 3) In right box: iOS UI Testing Bundle 4) Run your aplication 5) Record your actions 6) Make assertions
, /.
> , . ( , ).
~/Library/Developer/Xcode/DerivedData/, , Xcode , . , , , , . , XCUITest.
~/Library/Developer/Xcode/DerivedData/
~/Library/Developer/Xcode/DerivedData/ xcode .
, , .
, UI .
, . , , ( ), .
You may have other failed tests in your application, but not in a file that is active in Xcode.
In Xcode 9.0
Click inside the test function. You must first select a testing method. Usually, when the button is not active, this means that xcode does not know which test to execute rec.
Source: https://habr.com/ru/post/1617488/More articles:Ожидание входящего соединения с ключом ide Сообщение на PHPStorm с laravel - phpWhen to use subprocess.call () or subprocess.Popen (), starts airodump - pythonUpdating part of a shared variable in Theano - pythonHow to track / debug this SOAP error [message: protected] => it looks like we don’t have an XML document - androidHow does angularjs.forEach () work? - javascriptargument independent search - c ++Check if the method implements the interface method marked with the attribute - c #AngularJS - Ng-Table will not parse headers - javascriptshow git to view previous version of renamed file? - gitRunning jar application file on spark-submit in google dataproc cluster instance - javaAll Articles