I am trying to compile app with plugin cordova-plugin-firebase but i am getting error:
Failed to restore plugin “cordova-plugin-firebase”. You might need to try adding it again. Error: CordovaError: Using “requireCordovaModule” to load non-cordova module “xcode” is not supported. Instead, add this module to your dependencies and use regular “require” to load it.
This appears to be a bug in cordova-plugin-firebase. There are several open issues for it. It looks like the solution has been given to the author, but he has yet to merge the change (2 years later!)
It looks like people are using cordova-plugin-firebasex instead, which is more recent. Give it a try and report back if it works!
UserError: error: Resource “/Users/voltbuilder/Library/Developer/Xcode/DerivedData/Werkbriefje-fhyfgyviwkvisofyrcbtnbkgehru/Build/Intermediates.noindex/ArchiveIntermediates/Werkbriefje/BuildProductsPath/Debug-iphoneos/GoogleTagManager/TagManagerResources.bundle” not found. Run ‘pod install’ to update the copy resources script.
With using version=“9.1.1-cli” was compiling problem solved.
But after compiling and installing (ios) comes no prompt for asking for permission to receive push messages.
How can i accomplish the under mentioned in Volt.build?
1. Then you need to open Xcode project of your Cordova app and enable Push Notifications capabilities. Open Xcode, choose your project file, Signing & Capabilities tab and then add a Push Notifications capability. Also - tick a ‘Remote notifications’ checkbox in Background Modes section.