Skip to content
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

Sentry.framework does not support the minimum OS Version specified in the Info.plist. #3769

Closed
saulrodeo opened this issue Mar 19, 2024 · 7 comments · Fixed by #3774
Closed

Comments

@saulrodeo
Copy link

Platform

iOS

Environment

TestFlight

Installed

Swift Package Manager

Version

8.22.2

Did it work on previous versions?

yes but unsure which version. maybe 8.21.0

Steps to Reproduce

  1. Using XCode 15.3, create a new project and add Sentry via SPM. The minimum deployment should be iOS 17.0
  2. Archive the project and validate it

Expected Result

Validation should succeed with no issues

Actual Result

The bundle {appName}.app/Frameworks/Sentry.framework does not support the minimum OS Version specified in the Info.plist.

Are you willing to submit a PR?

No response

@davemess
Copy link

+1

@brustolin
Copy link
Contributor

Hello @saulrodeo thanks for reporting this. We're investigating how to solve this.
If you're in a hurry to publish your app, you can use Sentry-Dynamic instead of Sentry

Like in the images:
image

image

Sorry about the inconvenience.

@zackify
Copy link

zackify commented Mar 19, 2024

Apple strikes again, randomly enforcing some new check when I've been using xcode 15.3 for over a week lol...

@JohanAlbrectsen
Copy link

+1

@kahest
Copy link
Member

kahest commented Mar 20, 2024

This is likely related: singular-labs/Singular-iOS-SDK#55 - we'll investigate workarounds.

@brustolin
Copy link
Contributor

This is likely related: singular-labs/Singular-iOS-SDK#55 - we'll investigate workarounds.

This solves the problem. Looks good enough to me.

@brustolin
Copy link
Contributor

We have an alpha release that fix this issue.
Please try it and give us your feedback.
https://github.com/getsentry/sentry-cocoa/releases/tag/8.22.3-beta.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
6 participants