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 7273303 commit 6daa837Copy full SHA for 6daa837
flutter/scripts/generate-cocoa-bindings.sh
@@ -29,7 +29,7 @@ temp="cocoa_bindings_temp"
29
rm -rf $temp
30
mkdir -p $temp
31
curl -Lv https://github.com/getsentry/sentry-cocoa/releases/download/$cocoa_version/Sentry.xcframework.zip -o $temp/Sentry.xcframework.zip
32
-subdir="Carthage/Build/Sentry.xcframework/macos-arm64_x86_64/Sentry.framework"
+subdir="Sentry.xcframework/macos-arm64_x86_64/Sentry.framework"
33
unzip -q $temp/Sentry.xcframework.zip "$subdir/*" -d $temp
34
mv "$temp/$subdir" $temp/Sentry.framework
35
0 commit comments