VersionedSchema Protocol Updates
After updating to Xcode 15 beta 7, I got a VersionedSchema
error saying that
|
|
Previously, the variable versionIdentifier
was of the type String.
|
|
On the latest Xcode 15 beta 7, versionIdentifier
is now of the type Schema.Version
.
|
|