Skip to content

Commit abcdbce

Browse files
committed
Update
1 parent d8c1414 commit abcdbce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/update-cocoa.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ set-version)
7575
newValue="${sample_podspec_var_name}'$2'"
7676
echo "${sample_podspec_content/${sample_podspec_whole_match}/$newValue}" >$sample_podspec_file
7777

78+
# Generate dummy framework first (required for pod update to work)
79+
echo "Generating dummy framework for shared module..."
80+
./gradlew :sentry-samples:kmp-app-cocoapods:shared:generateDummyFramework
81+
7882
# Run pod update in the sample iOS app directory to update Podfile.lock
7983
echo "Running pod update in $sample_ios_app_dir..."
8084
(cd $sample_ios_app_dir && pod update)

0 commit comments

Comments
 (0)