另外我的 xcode 的工程里好几处这个错误,也做了桥接,在 XCTESTWDUiTest-Briding-header.h 文件里
#import "XCTestWDApplication.h"
#import "XCTestWDApplication.m"
#import "CDStructures.h"
#import "XCUIElementQuery.h"
#import "XCUIElement.h"
#import "XCElementSnapshot.h"
#import "XCAXClient_iOS.h"
#import "XCUIApplication.h"
#import "XCAccessibilityElement.h"
#import "XCTestPrivateSymbols.h"
#import "XCUICoordinate.h"
#import "XCTestDriver.h"
#import "XCTestDaemonsProxy.h"
#import "XCTRunnerDaemonSession.h"
#import
还是没效果,我 xcode 用的 9.4.1 版本,请问有方法解决吗
he following build commands failed:
CompileSwift normal arm64 /Users/ocean/Fastmonkey/XCTestWD-master/XCTestWD/XCTestWDUITests/server/controllers/Random.swift
CompileSwift normal arm64 /Users/ocean/Fastmonkey/XCTestWD-master/XCTestWD/XCTestWDUITests/server/controllers/XCTestWDSessionController.swift
CompileSwift normal arm64 /Users/ocean/Fastmonkey/XCTestWD-master/XCTestWD/XCTestWDUITests/server/controllers/XCTestWDMonkeyController.swift
CompileSwift normal arm64 /Users/ocean/Fastmonkey/XCTestWD-master/XCTestWD/XCTestWDUITests/server/controllers/XCTestWDTitleController.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(5 failures)
帮忙看看这些错误,按你上面的问题二和问题三的方法已经移动文件了,还是不行