When I try to get the sentence embedding with NLEmbedding.sentenceEmbedding(for: .english), I get nil returned and the message in the console is:
"Unable to locate Asset for contextual word embedding model for local en."
I've also tried different languages and also NLEmbedding.wordEmbedding(for: .english) doesn't work.
This only occurs on my iPhone X after updating to iOS 14.4. Before it worked fine. It also works on the Simulator on iOS 14.4.
Did somebody face a similar problem? Or does somebody know how to force iOS to download these embeddings again?