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
It looks like Xcode 15.3 and swift-tools-version: 5.10 brings with it a new version of the Package.resolved file. Below is an example from a test project:
Bug
It looks like Xcode 15.3 and
swift-tools-version: 5.10
brings with it a new version of the Package.resolved file. Below is an example from a test project:This results in being unable to do code generation with Apollo iOS because we throw an error for unknown versions:
Workaround
swift-tools-version
from5.10
to5.9
.The text was updated successfully, but these errors were encountered: