-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Xcode 15] Compiling for iOS 13.0, but module 'RealmSwift' has a minimum deployment target of iOS 17.0 #8373
Comments
I have the same issue, please fix this! |
There shouldn't be any issue, the variable in minimum deployment in |
@dianaafanador3 hello! Unfortunately i cannot share the project because it was a company project. But i did set the minimum version on Pods, i set it to iOS 13. My expectation is that whenever i redo pod install, Realm should automatically target the number on the Podfile, yes? If yes, then it doesn't happen. |
Can you please reinstall your pods, |
I have tried this on my own project and it is still reproducing. |
I'm facing the same issue with SPM and another dependency. This is not related to RealmSwift. |
I have the same issue. |
resolved after upgrade to version "v10.43.1" |
If anyone is facing this issue with the latest version of Realm on a clean project (i.e. one that can be shared with us to debug), please let us know. Otherwise, we'll consider this as resolved upstream. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Can confirm it's resolved after updating
|
How frequently does the bug occur?
Always
Description
I am using the latest version of Realm through CocoaPods. (
pod 'RealmSwift', '~>10'
). Whenever I do a pod install, it always shows this error message and causes an error on a clean install too. The suspect (which is a bit weird) is on the Minimum Deployment version when I see it through the Pods' project.It looks like this:
$(IPHONEOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))
on both Realm and RealmSwift.I already set my platform version in the Podfile (13.0) but seems like it doesn't matter.
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
pod install
Version
10.42.3
What Atlas Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
iOS / 17.0
Build environment
Xcode version: 15
Dependency manager and version: CocoaPods 1.13.0
The text was updated successfully, but these errors were encountered: