Skip to content

Commit d83b35a

Browse files
authored
ci: Let simulator dyld cache update before running test (#5786)
1 parent 92a02b8 commit d83b35a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TestSamples/SwiftUICrashTest/test-crash-and-relaunch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ xcodebuild -workspace Sentry.xcworkspace \
121121
CODE_SIGNING_REQUIRED=NO \
122122
build 2>&1 | tee raw-build.log | xcbeautify
123123

124+
xcrun simctl runtime dyld_shared_cache update iOS18.5
125+
124126
log "Installing app on simulator."
125127
xcrun simctl install $DEVICE_ID DerivedData/Build/Products/Debug-iphonesimulator/SwiftUICrashTest.app
126128

0 commit comments

Comments
 (0)