Post

Replies

Boosts

Views

Activity

Xcode 11 debugger error: Couldn't lookup symbols
I'm integrating a 3rd party library in my project. After updating to the latest version and switching from regular frameworks to XCframework I've started seeing this issue:Whenever I'm trying to inspect an object from the 3rd party library via LLDB console, e.g.po <object.property>i'm getting this error:error: Couldn't lookup symbols: dispatch thunk of <...>At the same time I can inspect the object in the Variables ViewAny idea if this is an integration or framework distribution issue ?
4
1
8.4k
May ’20
Fetching XCFramework dependencies
Greetings,I have a project that references several XCFrameworks that I don't want to store in my repo along with the project due to their size.So I've set it up with a local copy and make it compile without errors.And now I'm trying to remove the local copies of the frameworks and fetch them from a remote server at the build time.But I'm getting errors that frameworks are not available.This approach worked previously with the regular frameworksDoes anyone know if it's possible to fetch XCFramework dependencies as a dependency target/build phase in the Xcode project?
4
0
2.3k
Apr ’20