cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
947 stars 67 forks source link

Support Xcode 16 Beta 4 #297

Closed giginet closed 1 month ago

giginet commented 1 month ago

I tried to build this on Xcode 16 Beta 4. However, the following error occurred.

Screenshot 2024-07-31 at 21 46 29

This project enables the upcoming feature InternalImport, which may cause this problem.

This PR fixes the build with the latest Xcode 16 and avoids warnings.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.81%. Comparing base (80d0acb) to head (25619ae).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #297 +/- ## ======================================= Coverage 86.81% 86.81% ======================================= Files 14 14 Lines 1600 1600 ======================================= Hits 1389 1389 Misses 211 211 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.