xcbeautify icon indicating copy to clipboard operation
xcbeautify copied to clipboard

A little beautifier tool for xcodebuild

Results 67 xcbeautify issues
Sort by recently updated
recently updated
newest added

### What's the uncaptured output? ``` CreateBuildDirectory /path/to/directory/Build/Intermediates.noindex ``` ### Suggested Regex ```regex ^CreateBuildDirectory .* ``` ### Suggested Output _No response_ ### Additional Context _No response_

uncaptured output

### What's the uncaptured output? ``` CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Target' from project 'Project') ``` ### Suggested Regex _No response_ ### Suggested Output For now, I think this...

uncaptured output

### What's the uncaptured output? ``` CompileAssetCatalog /path/to/bundle.bundle /path/to/xcassets.xcassets (in target 'Target' from project 'Project') ``` ### Suggested Regex _No response_ ### Additional Context _No response_

help wanted
good first issue
uncaptured output

### What's the uncaptured output? ``` ➜ Explicit dependency on target 'Target' in project 'Project' ``` ### Suggested Regex _No response_ ### Additional Context Note: There is leading whitespace in...

help wanted
good first issue
uncaptured output

Hello @cpisciotta! Firstly, I have been using xcbeautify for many years and I absolutely love it! I noticed that you have restricted the visibility of `OutputType` from `public` to `package`....

when using react native the compilation step produces tons of useless warnings due to the nature of react native dependencies usually using one ore more slighly outdated code portion, it'd...