You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Create a new project in Xcode
• Follow the documentation, SwiftPM tab: https://www.mongodb.com/docs/realm/sdk/swift/install/
• See error when attempting to add the package: Package manifest at '/Package.swift' cannot be accessed (/Package.swift doesn't exist in file system)
Can be fixed by changing Dependency rule from “Up to latest major” to “exact: 10.48.1”
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
latest
What Atlas Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
14.2.1
Build environment
Xcode version: Version 15.1
Dependency manager and version: SPM
The text was updated successfully, but these errors were encountered:
Double-checked my settings and noticed that the version was set to 1.0.0<2.0.0. I guess I got so used to the first field being pre-filled with the latest minor version that I didn’t pay attention to the input. Apologies for the confusion.
How frequently does the bug occur?
Always
Description
• Create a new project in Xcode
• Follow the documentation, SwiftPM tab: https://www.mongodb.com/docs/realm/sdk/swift/install/
• See error when attempting to add the package: Package manifest at '/Package.swift' cannot be accessed (/Package.swift doesn't exist in file system)
Can be fixed by changing Dependency rule from “Up to latest major” to “exact: 10.48.1”
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
latest
What Atlas Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
14.2.1
Build environment
Xcode version: Version 15.1
Dependency manager and version: SPM
The text was updated successfully, but these errors were encountered: