When importing libwally-swift as a framework via Cocoapods, we get this error when trying to do po in LLDB
error: expression failed to parse:
error: virtual filesystem overlay file '/.../LibWally/IntermediateBuildFilesPath/LibWally.build/Release-iphonesimulator/LibWally.build/all-product-headers.yaml' not found
error: virtual filesystem overlay file '/.../LibWally/IntermediateBuildFilesPath/LibWally.build/Release-iphonesimulator/LibWally.build/all-product-headers.yaml' not found
error: couldn't IRGen expression. Please check the above error messages for possible root causes.
error: couldn't IRGen expression. Please check the above error messages for possible root causes.
When importing
libwally-swift
as a framework via Cocoapods, we get this error when trying to dopo
in LLDBThe cause is fairly well documented in the following LLVM issues: https://github.com/apple/llvm-project/issues/4467 https://github.com/apple/llvm-project/issues/4464
And a great summary can be found here: https://steipete.com/posts/couldnt-irgen-expression