Mục Lục
1. Overview
This article is written to resolve “compilation contains multiple jobs” issue of OCLint 22.0.
Currently, OClint 22.0 cannot fix this issue. Fortunately, Lianghuajian released a an unofficial release OCLint 23.0 to fix this issue.
https://github.com/Lianghuajian/oclint/tree/support_xcode14
2. Build and Install OCLint 23.0
3. Using a workaround to remove unexpected text
Add 2 line below to your command line to remove unexpected text in code analysis result. The 2 lines must be above oclint-json-compilation-database command line.
sed 's/-ivfsstatcache [^ ]*//g' < compile_commands.json > icompile_commands.json
mv icompile_commands.json compile_commands.json
oclint-json-compilation-database -e path/to/excluded/files -v -rc=LONG_LINE=120 -max-priority-1=100 -max-priority-2=50
4. XCode 15.2
Please note that this workaround works with XCode 15.2 and does not work with 15.3.
Thank you and good luck!
Xin chào,
Bài viết này sử dụng AI ChatGPT để viết sau đó được lựa chọn, biên tập lại nội dung, chỉ một phần nhỏ các bài là tôi tự viết. Nội dung thể hiện ý chí cá nhân về các vấn đề, giải pháp. Tôi lưu tại website này để học, tra cứu và chia sẻ.
Tôi là Minh, sống tại Hà Nội, kỹ sư phần mềm với hơn 20 năm kinh nghiệm. Các ngôn ngữ yêu thích của tôi là Swift, Objective-C, Java, Kotlin, .NET, HTML, JavaScript, CSS, Bootstrap, jQuery, AngularJS, Angular…
Các bạn có thể tải app của tôi trên App Store hoặc Google Play:
QuestionBank-Ôn thi vào 10: phiên bản iOS, phiên bản Android
TypingTest by QuestionBank: phiên bản iOS, phiên bản Android
Xin cảm ơn,
Minh