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.
1 parent 9fddbb2 commit c4a4f98Copy full SHA for c4a4f98
1 file changed
Scripts/ci/build-sim.sh
@@ -16,11 +16,11 @@ pushd wda_build
16
rm -rf Build/Intermediates.noindex
17
18
# Xcode 16 started generating 5.9MB of 'Testing.framework', but it might not be necessary for WDA
19
-rm -rf Build/**/$SCHEME-Runner.app/Frameworks/Testing.framework
+rm -rf Build/**/Frameworks/Testing.framework
20
21
# This library is used for Swift testing. WDA doesn't include Swift stuff, thus this is not needed.
22
# Xcode 16 generates a 2.6 MB file size. Xcode 15 was a 1 MB file size.
23
-rm -rf Build/**/$SCHEME-Runner.app/Frameworks/libXCTestSwiftSupport.dylib
+rm -rf Build/**/Frameworks/libXCTestSwiftSupport.dylib
24
25
zip -r $ZIP_PKG_NAME Build
26
popd
0 commit comments