After upgrading from the 6th to the 7th version of Ionic, an error occurred

Here is the error code:
nw_application_id_create_self NECP_CLIENT_ACTION_GET_SIGNED_CLIENT_ID [80: Authentication error]
Failed to resolve host network app id
Warning: -[BETextInput attributedMarkedText] is unimplemented
Error registering plugins: keyNotFound(CodingKeys(stringValue: “packageClassList”, intValue: nil), Swift.DecodingError.Context(codingPath: , debugDescription: “No value associated with key CodingKeys(stringValue: "packageClassList", intValue: nil) ("packageClassList").”, underlyingError: nil))
:zap: Loading app at capacitor://localhost…
:zap: WebView loaded
Invalidating grant <invalid NS/CF object> failed

In the previous, sixth version, there was a similar problem, but the app still worked. After switching to the seventh version, it stopped functioning.

I have this problem only on iOS, and the app does not work only on this operating system. Everything works fine on Android.

Did you ever solve this? I am experiencing the same issue.

"@capacitor/android": "7.0.1",
"@capacitor/app": "7.0.0",
"@capacitor/browser": "7.0.0",
"@capacitor/core": "7.0.1",
"@capacitor/device": "7.0.0",
"@capacitor/dialog": "7.0.0",
"@capacitor/filesystem": "7.0.0",
"@capacitor/ios": "7.0.1",
"@capacitor/keyboard": "7.0.0",
"@capacitor/splash-screen": "7.0.0",
"@capgo/capacitor-native-biometric": "7.1.7"

This happened for me when I forgot to update @capacitor/cli.