简体   繁体   中英

BuddyBuild does not show `dyld` error

My app crashes locally with: dyld: Library not loaded: @rpath/[nameOfFramework].framework .

I've run on BuddyBuild to check a clean install.

Here is the err on BB:

» t = 11.89s Assertion Failure: <unknown>:0: [BundleIdentifier] crashed in <external symbol> 772 ✗ t = 11.90s Assertion Failure: _UITests.swift:31: XCTAssertTrue failed: throwing "Interrupting test" - 773 ✗ Test testTitle failed (11.906 seconds)

Why I am not seeing on BB the dyld error, like I have locally?

if this is not visible in the build logs, this should be available in the simulator ones.

They are all available from the logs section of the build's details:

在此处输入图片说明

More information about logs on our documentation

Let me know if this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM