我正在尝试在故事板中使用自定义UITextField。但是,每次我将UITextField的Custom类设置为CustomTextField时,我都会收到错误
IB Designables:
Failed to update auto layout status: dlopen(MyAppTests.xctest,
1): Library not loaded: @rpath/XCTest.framework/XCTest
Referenced from: MyAppTests.xctest
Reason: image not found
只要将文本字段的自定义类还原为常规UITextField,错误就会消失。我已将CustomTextField的swift文件添加到Test目标但仍然没有解决方案。我还应用here中显示的解决方案但没有成功。
有人有想法吗? (我想保留我的测试目标,因此删除它不是一个选项)
提前致谢。