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 d8c1414 commit abcdbceCopy full SHA for abcdbce
scripts/update-cocoa.sh
@@ -75,6 +75,10 @@ set-version)
75
newValue="${sample_podspec_var_name}'$2'"
76
echo "${sample_podspec_content/${sample_podspec_whole_match}/$newValue}" >$sample_podspec_file
77
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
+
82
# Run pod update in the sample iOS app directory to update Podfile.lock
83
echo "Running pod update in $sample_ios_app_dir..."
84
(cd $sample_ios_app_dir && pod update)
0 commit comments