Since I updated xcode to the version 16.3 everytime I try to use the command bitcode_strip I get an error
The command i use is: bitcode_strip test.a -r -o test_no_bitcode.a
And it returns the following error
ld: file cannot be open()ed, errno=2 path=strip
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip: internal link edit command failed
I tried downgrading the Xcode version and doing the same thing everything works fine. Is this a known bug or am I missing something?