Description
Capacitor Version
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed Dependencies:
@capacitor/android: not installed
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/ios: 6.1.2
Other API Details
npm --version
10.2.4
node --version
v20.11.1
pod --version
1.13.0
Platforms Affected
- iOS
- Android
- Web
Current Behavior
This has been reported in multiple places and a bug was filed here but was closed as unreproducible.
Related bug report:
#7522
Other reports:
apache/cordova-ios#1440
https://forum.ionicframework.com/t/experiencing-errors-lately/241278
https://stackoverflow.com/questions/78765347/xcode-ios-app-will-not-load-necp-client-action-get-signed-client-id-80-aut
https://stackoverflow.com/questions/78735508/is-there-any-way-to-resolve-host-network-app-id-in-xcode
https://discussions.apple.com/thread/255647899?sortBy=best
https://www.reddit.com/r/OpenCoreLegacyPatcher/comments/1dz7f05/xcode_errors_with_opencore_mac_61_sonoma/
I have experienced the problem with Firebase on iOS so I created a project to reproduce it.
All calls to Firebase stopped working on iOS (I think this follows an update either to iOS on my device or to MacOS. Not sure which is the culprit).
Error messages:
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
Invalidating grant <invalid NS/CF object> failed
Expected Behavior
Used to work, should still work.
Project Reproduction
https://github.com/ddx001/ios-problem
Additional Information
macOS version: 14.6.1 (23G93)
iOS version: 17.6.1
See the readme.md file from the reproduction project for setup.