-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix releasing SwiftUI with Cocoapods #2581
Comments
This is strange. There is nothing wrong with podspec, all tests and lints are passing. |
Yeah, I also don't get it @brustolin. Do we need to do something special cause it's the initial release? |
SentryPrivate initial release was very straightforward, so I dont think this is the problem. |
I can also reprocude this locally when running
Maybe it's because we don't specify sentry-cocoa/SentrySwiftUI.podspec Line 18 in 23e1220
Is different from Line 19 in 23e1220
|
solved with #2624 |
Description
Releasing SwiftUI with Cocoapods through craft failed with
That's a bit weird as CI validates the podspec with pod lib lint
sentry-cocoa/.github/workflows/lint.yml
Lines 71 to 83 in afcb16a
Also the path seems to be fine
sentry-cocoa/SentrySwiftUI.podspec
Line 26 in afcb16a
The text was updated successfully, but these errors were encountered: