veracode / gen-ir

Generates LLVM IR for Xcode Projects
MIT License
8 stars 4 forks source link

noBuildCachePathFound #52

Closed wangpx closed 1 year ago

wangpx commented 1 year ago

Error: noBuildCachePathFound("No build cache was found from the build log. Please report this as a bug.")

gen-ir --version v0.4.3

Could you help us, we found this error on my mac

NinjaLikesCheez commented 1 year ago

This error means we weren't able to determine the location of your build cache on your machine.

Could you upload your xcodebuild log?

wangpx commented 1 year ago

myapp.txt

NinjaLikesCheez commented 1 year ago

Thanks! Was this generated by an xcodebuild command or via the Xcode app? It looks slightly different than I expected.

wangpx commented 1 year ago

We use the Xcode app

NinjaLikesCheez commented 1 year ago

It looks like you may have selected Errors only in Xcode when exporting the build log - can you try with All Messages?

Edit: I notice that is not something we don't explictly call out in the documentation, so I will make an internal change to do that as well.

Screenshot 2023-10-24 at 10 58 57
wangpx commented 1 year ago

Ok, thanks for your support, it works now

NinjaLikesCheez commented 1 year ago

Glad to hear :)