We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f4a78a + 4d2b222 commit 4a06104Copy full SHA for 4a06104
changes/1507.bugfix.rst
@@ -0,0 +1 @@
1
+The filter for iOS build warnings was improved to catch messages from Xcode 15.0.1.
src/briefcase/platforms/macOS/filters.py
@@ -112,7 +112,7 @@ class XcodeBuildFilter:
112
XCODEBUILD_PREFIX + r"\[MT\] DVTAssertions: "
113
r"Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/"
114
r"ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/"
115
- r"IDEFrameworks-22267/IDEFoundation/Provisioning"
+ r"IDEFrameworks-\d+/IDEFoundation/Provisioning"
116
r"/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:\d+"
117
)
118
0 commit comments