Skip to content

Commit 136cc21

Browse files
committed
remove Testing.framework also
1 parent babf7db commit 136cc21

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Scripts/ci/build-real.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ pushd $WD
1818
# XCUIAutomation.framework, XCUnit.framework
1919
rm -rf $SCHEME-Runner.app/Frameworks/XC*.framework
2020

21+
# Xcode 16 started generating Testing.framework but it might not be necessary for WDA
22+
rm -rf $SCHEME-Runner.app/Frameworks/Testing.framework
23+
2124
zip -r $ZIP_PKG_NAME $SCHEME-Runner.app
2225
popd
2326
mv $WD/$ZIP_PKG_NAME ./

0 commit comments

Comments
 (0)