Open Fl0p opened 4 months ago
@malcommac Please check the tags 8.22.1, 8.22.2, 8.22.3, 8.22.4, 8.23.0, 8.24.0, 8.24.1, 8.25.0, 8.25.1, 8.25.2, 8.26.0, 8.27.0, 8.28.0, 8.29.0, 8.29.1, 8.30.0 all of them does not contain xcframework
maybe replace gh release download --pattern $frameworkName.zip --repo $sentry_repository to just curl https://github.com/getsentry/sentry-cocoa/releases/download/$version/Sentry.xcframework.zip
gh release download --pattern $frameworkName.zip --repo $sentry_repository
You don't need to look into Carthage/Build filder just get zip from release https://github.com/getsentry/sentry-cocoa/releases/tag/8.30.0
@malcommac Please check the tags 8.22.1, 8.22.2, 8.22.3, 8.22.4, 8.23.0, 8.24.0, 8.24.1, 8.25.0, 8.25.1, 8.25.2, 8.26.0, 8.27.0, 8.28.0, 8.29.0, 8.29.1, 8.30.0 all of them does not contain xcframework
maybe replace
gh release download --pattern $frameworkName.zip --repo $sentry_repository
to just curl https://github.com/getsentry/sentry-cocoa/releases/download/$version/Sentry.xcframework.zip