Skip to content

Commit

Permalink
Merge pull request #1507 from freakboy3742/ios-filter
Browse files Browse the repository at this point in the history
Improve the filter for iOS build logs.
  • Loading branch information
mhsmith authored Oct 24, 2023
2 parents 2f4a78a + 4d2b222 commit 4a06104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/1507.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The filter for iOS build warnings was improved to catch messages from Xcode 15.0.1.
2 changes: 1 addition & 1 deletion src/briefcase/platforms/macOS/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class XcodeBuildFilter:
XCODEBUILD_PREFIX + r"\[MT\] DVTAssertions: "
r"Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/"
r"ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/"
r"IDEFrameworks-22267/IDEFoundation/Provisioning"
r"IDEFrameworks-\d+/IDEFoundation/Provisioning"
r"/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:\d+"
)

Expand Down

0 comments on commit 4a06104

Please sign in to comment.