I’m trying to setup analysis for an Xcode project using Objective-C and Swift.
I’m using the build wrapper but the build-wrapper-dump.json is almost empty:
{
“version”:“6.55”,
“captures”:[
]}
In the build-wrapper.log I get this:
Thu May 23 17:14:52 2024: argv[9]:
Thu May 23 17:14:52 2024: argv[10]:
Thu May 23 17:14:52 2024: skipping process with pid: 15291
Thu May 23 17:17:12 2024: finalizing json file
Thu May 23 17:17:12 2024: returned with code: 0
Will do that.
One suggestion: given that Xcode 15 is now the only accepted version for new/updated apps on the app Store, could it be possible to add this limitation and workaround for the build-wrapper in the documentation? I believe it would be helpful (and save you some time)
Hi @Abdennour and thanks for sharing your suggestion,
We are working on addressing this limitation so that build-wrapper can work with SIP enabled.
In the meantime, we don’t want to encourage users to disable SIP in the docs, but we will consider adding some information about build-wrapper and XCode 15 instead.
Thanks for taking the time to share your feedback.