Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittently missing all-product-headers.yaml #14

Closed
AndrewSB opened this issue Jun 30, 2021 · 3 comments
Closed

Intermittently missing all-product-headers.yaml #14

AndrewSB opened this issue Jun 30, 2021 · 3 comments
Assignees

Comments

@AndrewSB
Copy link

Hey! I intermittently run into this issue, and often cleaning/clearing derived data/resetting the package cache doesn't resolve it. It might have something to do with a newer version of the SDK?

I get the following error whenever I try to use the debugger

(lldb) po anything
error: virtual filesystem overlay file '/Users/distiller/Library/Developer/Xcode/DerivedData/Instabug-cvgnxykmqaptlvcvhwtspqfbequo/Build/Intermediates.noindex/ArchiveIntermediates/InstabugDynamic/IntermediateBuildFilesPath/Instabug.build/Release-iphoneos/InstabugDynamic.build/all-product-headers.yaml' not found
error: virtual filesystem overlay file '/Users/distiller/Library/Developer/Xcode/DerivedData/Instabug-cvgnxykmqaptlvcvhwtspqfbequo/Build/Intermediates.noindex/ArchiveIntermediates/InstabugDynamic/IntermediateBuildFilesPath/Instabug.build/Release-iphoneos/InstabugDynamic.build/all-product-headers.yaml' not found

error: couldn't IRGen expression. Please check the above error messages for possible root causes.

Is this something that's being tracked? is there a fix/workaround?

@AndrewSB
Copy link
Author

the file paths in there seem to be the included in from the machine that built the Instabug binary, I don't have a /Users/distiller on my machine

@AndrewSB
Copy link
Author

seems related to facebook/facebook-ios-sdk#1628, i'm going to try downgrading my version to workaround this for now

@husseinkishk
Copy link

husseinkishk commented Jul 1, 2021

@AndrewSB
This is an issue in lldb, which happens sometimes when you are trying to integrate Instabug in a Swift-only project.

A workaround for this issue is to add Objective-C files and a bridging header to your project, like mentioned in this StackOverflow post.

Also please make sure you're using the latest version 10.7.4 before trying the workaround.

@husseinkishk husseinkishk self-assigned this Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants