I created a ui test class:
import Foundation
import XCTest
@testable import TestProject
@available(iOS 9.0, *)
class ChangeWishListUITests: XCTestCase {
func testExample() {
// Use recording to get started writing UI tests.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
}
Run app on iphone 6 simulator with ios 9.3:
But, record button, like in this tutorial: https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/RecordingUITests.html#//apple_ref/doc/uid/TP40010215-CH75-SW1
didn't appear.