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
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Got the error 'the library 'Speechly' requires macos 10.10, but depends on the product 'SnapKit' which requires macos 10.11; consider changing the library 'Speechly' to require macos 10.11 or later, or the product 'SnapKit' to require macos 10.10 or earlier.`
Tried adding platforms: [ .macOS(.v10_11) ],
into the package, but still got the same error.
Furthermore, import Speechly gave this error Could not read serialized diagnostics file: error("Invalid diagnostics signature") (in target 'xxx' from project 'xxx') Command EmitSwiftModule failed with a nonzero exit code