运行测试脚本时,IOS应用程序失败

运行测试脚本时,IOS应用程序失败,ios,bash,appium-ios,carthage,python-appium,Ios,Bash,Appium Ios,Carthage,Python Appium,我设法让应用程序运行起来。不幸的是,我无法成功运行测试。一旦appium测试完成,我只会收到一条唯一的错误消息,如下所示: [XCUITest] Error: Command '/bin/bash Scripts/bootstrap.sh -d' exited with code 134 at ChildProcess.<anonymous> (../../lib/teen_process.js:66:19) at emitTwo (events.js:106:13)

我设法让应用程序运行起来。不幸的是,我无法成功运行测试。一旦appium测试完成,我只会收到一条唯一的错误消息,如下所示:

[XCUITest] Error: Command '/bin/bash Scripts/bootstrap.sh -d' exited with code 134
    at ChildProcess.<anonymous> (../../lib/teen_process.js:66:19)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:192:7)
    at maybeClose (internal/child_process.js:890:16)
    at Socket.<anonymous> (internal/child_process.js:334:11)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:189:7)
    at Pipe._handle.close [as _onclose] (net.js:501:12)
 { Error: Command '/bin/bash Scripts/bootstrap.sh -d' exited with code 134
    at ChildProcess.<anonymous> (../../lib/teen_process.js:66:19)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:192:7)
    at maybeClose (internal/child_process.js:890:16)
    at Socket.<anonymous> (internal/child_process.js:334:11)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:189:7)
    at Pipe._handle.close [as _onclose] (net.js:501:12)
  stdout: '\u001b[1mFetching dependencies\n',
  stderr: 'dyld: Symbol not found: __TMV6Result8AnyError\n  Referenced from: /usr/local/Cellar/carthage/0.19.1/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks/ReactiveSwift.framework/ReactiveSwift\n  Expected in: /Library/Frameworks/CarthageKit.framework/Versions/Current/Frameworks/Result.framework/Versions/A/Result\n in /usr/local/Cellar/carthage/0.19.1/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks/ReactiveSwift.framework/ReactiveSwift\nScripts/bootstrap.sh: line 45: 18795 Abort trap: 6           carthage bootstrap $USE_SSH\n',
  code: 134 }
我得到以下错误:

Fetching dependencies
dyld: Symbol not found: __TMV6Result8AnyError
  Referenced from: /usr/local/Cellar/carthage/0.19.1/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks/ReactiveSwift.framework/ReactiveSwift
  Expected in: /Library/Frameworks/CarthageKit.framework/Versions/Current/Frameworks/Result.framework/Versions/A/Result
 in /usr/local/Cellar/carthage/0.19.1/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks/ReactiveSwift.framework/ReactiveSwift
Scripts/bootstrap.sh: line 45: 26035 Abort trap: 6           carthage bootstrap $USE_SSH

虽然我不知道如何解决这个问题。非常感谢您的任何意见。

如果您有旧版本的/Library/Frameworks/CarthageKit.framework,则可能会出现这种情况。如果您使用的是自制版本的迦太基,则不需要该框架的副本,因此可以安全地将其删除

i、 例如,删除/Library/Frameworks中的框架

Fetching dependencies
dyld: Symbol not found: __TMV6Result8AnyError
  Referenced from: /usr/local/Cellar/carthage/0.19.1/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks/ReactiveSwift.framework/ReactiveSwift
  Expected in: /Library/Frameworks/CarthageKit.framework/Versions/Current/Frameworks/Result.framework/Versions/A/Result
 in /usr/local/Cellar/carthage/0.19.1/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks/ReactiveSwift.framework/ReactiveSwift
Scripts/bootstrap.sh: line 45: 26035 Abort trap: 6           carthage bootstrap $USE_SSH