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 Apr 4, 2023. It is now read-only.
I recently created a new nativescript app using tns create, and then adding the plugin via tns add.
I manually ran the npm run config command in the node_module.
When I go back to the project folder and run tns run ios, I get the following error:
[!] CocoaPods could not find compatible versions for pod "Firebase/Core":
In Podfile:
Firebase/Core (~> 6.34.0)
Going into

firebase.config.txt
the platforms/ios and running pod install --repo-update does not seem to help.
podfile_content.txt