-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Can not build release 8.39.0 with Xcode 15.1 #4476
Comments
Hello @embassem, sorry about the trouble. Is there any particular reason you haven’t updated to Xcode 16? |
Not the OP, but we're also having the same issue unfortunately with Carthage. At my company, based on our development timeline, we're not going to be able to update to Xcode 16 for another month or two. However, even then, we need to support existing projects on Xcode 15 still for couple months more after it. |
Set compatibilityVersion for SwiftUITestSample.xcodeproj to 14.0 instead of 15.3 so users can compile the SDK from source on Xcode 14.0 and above. Fixes GH-4476
Same here, updating the stack takes time and Company will not update till the end of 2024. |
@embassem No worries. |
Platform
iOS
Environment
Other
Installed
Carthage
Version
8.39.0
Xcode Version
15.1
Did it work on previous versions?
yes,
Steps to Reproduce
Update sentry cocoa in cart file to 8.39.0
run
carthage update --platform iOS --cache-builds --no-use-binaries --use-xcframeworks
Expected Result
Carthage should be able to build sentry and generate xcframeworks.
Actual Result
failed to build the new release
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: