gpt4 book ai didi

ios - Xcode 7记录ui按钮未出现

转载 作者:行者123 更新时间:2023-12-01 20:15:23 27 4
gpt4 key购买 nike

我创建了一个ui测试类:

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.


}

}

使用iOS 9.3在iPhone 6模拟器上运行应用程序:
enter image description here

但是,记录按钮,如本教程中所示:
https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/RecordingUITests.html#//apple_ref/doc/uid/TP40010215-CH75-SW1

没有出现。

enter image description here

最佳答案

  • 您的光标必须位于要实现的方法内(因为Xcode会将代码生成到光标位置)

  • 如果这没有帮助:

    当您向现有项目中添加UI测试时,
  • 有时Xcode似乎不稳定。以下顺序在某些情况下对我有帮助:
  • 清理项目
  • 重新启动Xcode
  • 重建项目
  • 在测试方法内单击以设置光标

  • 有时我不得不做两次。
  • 您的模拟器必须至少运行iOS 9.0
  • 关于ios - Xcode 7记录ui按钮未出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36779118/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com