Xcode versioning issue? - Breakpad.xib BUILD FAILED
When compiling VLC on M1 macos 12.3.1 with Xcode MacOSX12.3.sdk, receiving the following errors. Note this occurs whether building:
../extras/package/macosx/build.sh -c
OR
../extras/package/macosx/build.sh -c -k /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
**Please advise best way to correct / recover. **
Errors snip:
CompileXIB /Users/CT/temp/VLC/VLC-GIT/vlc/contrib/contrib-x86_64-apple-darwin21/breakpad/src/client/mac/sender/Breakpad.xib (in target 'crash_report_sender' from project 'Breakpad')
cd /Users/CT/temp/VLC/VLC-GIT/vlc/contrib/contrib-x86_64-apple-darwin21/breakpad/src/client/mac
export XCODE_DEVELOPER_USR_PATH\=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module crash_report_sender --output-partial-info-plist /Users/CT/temp/VLC/VLC-GIT/vlc/contrib/contrib-x86_64-apple-darwin21/breakpad/src/client/mac/build/Breakpad.build/Release/crash_report_sender.build/Breakpad-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.11 --output-format human-readable-text --compile /Users/CT/temp/VLC/VLC-GIT/vlc/contrib/contrib-x86_64-apple-darwin21/breakpad/src/client/mac/build/Release/crash_report_sender.app/Contents/Resources/Breakpad.nib /Users/CT/temp/VLC/VLC-GIT/vlc/contrib/contrib-x86_64-apple-darwin21/breakpad/src/client/mac/sender/Breakpad.xib
Command CompileXIB failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
CompileXIB /Users/CT/temp/VLC/VLC-GIT/vlc/contrib/contrib-x86_64-apple-darwin21/breakpad/src/client/mac/sender/Breakpad.xib (in target 'crash_report_sender' from project 'Breakpad')
(1 failure)
make: *** [.breakpad] Error 65
Edited by Marvin Scholz